Skip to content

Commit

Permalink
ci: bench fix concurrency for workflow trigger dispatch with sha1 (#6478
Browse files Browse the repository at this point in the history
)
  • Loading branch information
phymbert authored Apr 4, 2024
1 parent a74401f commit 8120efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ on:
- cron: '04 2 * * *'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event.inputs.sha }}
cancel-in-progress: true

jobs:
Expand Down

0 comments on commit 8120efe

Please sign in to comment.