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.
2 parents 7a39951 + c6e0af7 commit 0c1cf4aCopy full SHA for 0c1cf4a
.github/workflows/benchmark.yml
@@ -2,6 +2,7 @@ name: Benchmark
2
on:
3
pull_request_target:
4
branches: [ main ]
5
+ types: [labeled, opened, synchronize, reopened]
6
concurrency:
7
# Skip intermediate builds: always.
8
# Cancel intermediate builds: only if it is a pull request build.
@@ -12,6 +13,7 @@ permissions:
12
13
jobs:
14
bench:
15
runs-on: ubuntu-latest
16
+ if: ${{ contains(github.event.pull_request.labels.*.name, 'benchmark') }}
17
steps:
18
- uses: MilesCranmer/AirspeedVelocity.jl@action-v1
19
with:
0 commit comments