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 5098e21 commit eea8613Copy full SHA for eea8613
.github/workflows/benchmark_aggregate.yml
@@ -14,7 +14,7 @@ on:
14
15
jobs:
16
benchmark:
17
- if: ${{ !contains(github.event.head_commit.message, '[skip benchmarks]') }}
+ if: ${{ !contains(github.event.head_commit.message, '[skip benchmarks]') && ! github.event.pull_request.head.repo.fork }}
18
runs-on: ubuntu-latest
19
steps:
20
- uses: actions/checkout@v4
0 commit comments