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 fb9b743 commit 2943b3fCopy full SHA for 2943b3f
.github/workflows/Benchmark.yml
@@ -29,7 +29,11 @@ on:
29
30
jobs:
31
benchmark:
32
- if: ${{ !contains(github.event.head_commit.message, '[skip benchmarks]') }}
+ if: |
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 }}
37
runs-on: ubuntu-latest
38
steps:
39
- uses: actions/checkout@v4
0 commit comments