Skip to content

Commit

Permalink
only on label benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Mar 7, 2025
1 parent 9a97fff commit e16abbe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- main
pull_request:
types: ['opened', 'reopened', 'synchronize']
types: ['labeled']

concurrency:
group: ${{ github.workflow }}-${{ github.sha }}
Expand All @@ -27,6 +27,7 @@ jobs:
- 'linux'
- 'x64'
- 'metal'
if: ${{ github.event.label.name == 'benchmark' }}
outputs:
crates: ${{ steps.list-crates.outputs.crates }}
steps:
Expand Down

0 comments on commit e16abbe

Please sign in to comment.