Skip to content

Commit

Permalink
Merge pull request #1237 from adamrtalbot/concurrency_error_in_ci_pip…
Browse files Browse the repository at this point in the history
…eline

Fix concurrency error in Github CI workflow
  • Loading branch information
adamrtalbot authored Mar 7, 2024
2 parents 9c54f0a + 136dd1c commit 59348b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ env:

concurrency:
group: "${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}"
cancel-in-progress: false # TODO: Decide on strategy for #1221

cancel-in-progress: true
jobs:
star_salmon:
name: Test STAR Salmon with workflow parameters
Expand Down

0 comments on commit 59348b8

Please sign in to comment.