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 2943b3f commit c6c4b2eCopy full SHA for c6c4b2e
.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
- !build.pull_request.draft }}
+ !github.event.pull_request.draft }}
37
runs-on: ubuntu-latest
38
steps:
39
- uses: actions/checkout@v4
0 commit comments