We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11a8e18 commit 153afe9Copy full SHA for 153afe9
.github/workflows/perf.yml
@@ -4,11 +4,8 @@ on:
4
workflow_dispatch:
5
# Don't run on every merge to main, because many merges
6
# may not even be vm related, but infra, or GH Actions
7
- # push:
8
- # branches:
9
- # - main
10
pull_request:
11
- branches: [main]
+ types: [ labeled ]
12
13
concurrency:
14
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
@@ -23,6 +20,7 @@ env:
23
20
24
21
jobs:
25
22
master-krausest-comparison:
+ if: ${{ github.event.label.name == 'perf' }}
26
name: Glimmer Krausest Benchmark
27
runs-on: ubuntu-latest
28
timeout-minutes: 70
0 commit comments