Skip to content

Commit

Permalink
Prevent accidental cancelling of tester runs
Browse files Browse the repository at this point in the history
  • Loading branch information
gassmoeller committed Feb 14, 2024
1 parent 3c5e302 commit bf5a404
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: benchmarks
on: [pull_request]

concurrency:
group: ${{ github.actor }}-${{ github.ref }}
group: ${{ github.actor }}-${{ github.ref }}-benchmarks
cancel-in-progress: true

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
pull_request:

concurrency:
group: ${{ github.actor }}-${{ github.ref }}
group: ${{ github.actor }}-${{ github.ref }}-test
cancel-in-progress: true

jobs:
Expand Down

0 comments on commit bf5a404

Please sign in to comment.