We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6c4b2e commit 0290f94Copy full SHA for 0290f94
.github/workflows/Benchmark.yml
@@ -33,7 +33,7 @@ jobs:
33
${{ contains(github.event.head_commit.message, '[only benchmarks]') ||
34
!contains(github.event.head_commit.message, '[only') &&
35
!contains(github.event.head_commit.message, '[skip benchmarks]') &&
36
- !github.event.pull_request.draft }}
+ github.event.pull_request.draft == false}}
37
runs-on: ubuntu-latest
38
steps:
39
- uses: actions/checkout@v4
0 commit comments