Skip to content

Commit

Permalink
Merge pull request #505 from chuckwondo/erroneous-workflow-cancellation
Browse files Browse the repository at this point in the history
Fix erroneous workflow cancellation
  • Loading branch information
jhkennedy authored Apr 1, 2024
2 parents c140c61 + 1f77d56 commit 59e749e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
# When this workflow is queued, automatically cancel any previous running
# or pending jobs from the same branch
concurrency:
group: ${{ github.ref }}
group: integration-tests-${{ github.ref }}
cancel-in-progress: true

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-mindeps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
# When this workflow is queued, automatically cancel any previous running
# or pending jobs from the same branch
concurrency:
group: ${{ github.ref }}
group: test-mindeps-${{ github.ref }}
cancel-in-progress: true

# Required shell entrypoint to have properly activated conda environments
Expand Down

0 comments on commit 59e749e

Please sign in to comment.