Skip to content

Commit

Permalink
Merge pull request #241 from tomponline/main
Browse files Browse the repository at this point in the history
github: Separate workflow concurrency groups based on event name
  • Loading branch information
tomponline authored Jul 15, 2024
2 parents 85183be + 64bef20 commit b6dfac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ permissions:
contents: read

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
# XXX: scheduled runs should not cancel manually triggered ones
cancel-in-progress: ${{ !contains(github.event_name, 'schedule')}}

Expand Down

0 comments on commit b6dfac7

Please sign in to comment.