Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
christiangnrd committed Sep 19, 2024
1 parent 2943b3f commit c6c4b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
${{ contains(github.event.head_commit.message, '[only benchmarks]') ||
!contains(github.event.head_commit.message, '[only') &&
!contains(github.event.head_commit.message, '[skip benchmarks]') &&
!build.pull_request.draft }}
!github.event.pull_request.draft }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit c6c4b2e

Please sign in to comment.