Skip to content

Commit

Permalink
Update concurrency settings for GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrtalbot committed Aug 10, 2023
1 parent 55d3978 commit 72afda3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nf-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

# Cancel if a newer run is started
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
Expand Down

0 comments on commit 72afda3

Please sign in to comment.