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 9971d88 commit 8ccd416Copy full SHA for 8ccd416
.github/workflows/Benchmark.yml
@@ -31,7 +31,7 @@ on:
31
32
jobs:
33
benchmark:
34
- if: ${{ (github.event.pull_request.head.repo.full_name == github.repository) && (contains(github.event.head_commit.message, '[only benchmarks]') || !contains(github.event.head_commit.message, '[only') && !contains(github.event.head_commit.message, '[skip benchmarks]') && github.event.pull_request.draft == false) }}
+ if: ${{ (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository) && (contains(github.event.head_commit.message, '[only benchmarks]') || !contains(github.event.head_commit.message, '[only') && !contains(github.event.head_commit.message, '[skip benchmarks]') && github.event.pull_request.draft == false) }}
35
runs-on: ubuntu-latest
36
steps:
37
- uses: actions/checkout@v4
0 commit comments