Skip to content

Commit

Permalink
Run perf tests if a PR has the 'perf' label (#1640)
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli authored Oct 29, 2024
1 parent 11a8e18 commit 153afe9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,8 @@ on:
workflow_dispatch:
# Don't run on every merge to main, because many merges
# may not even be vm related, but infra, or GH Actions
# push:
# branches:
# - main
pull_request:
branches: [main]
types: [ labeled ]

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand All @@ -23,6 +20,7 @@ env:

jobs:
master-krausest-comparison:
if: ${{ github.event.label.name == 'perf' }}
name: Glimmer Krausest Benchmark
runs-on: ubuntu-latest
timeout-minutes: 70
Expand Down

0 comments on commit 153afe9

Please sign in to comment.