Skip to content

Commit 2cd048c

Browse files
committed
add clarifying comment to workflow concurrency
1 parent 947c460 commit 2cd048c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
concurrency:
1414
group: ${{ github.event.pull_request.number }} # Use the pull request number as the concurrency group
15-
cancel-in-progress: true # Cancel any in-progress jobs for the same group
15+
cancel-in-progress: true # Cancel any in-progress jobs for the same group. Prevents duplicate workflows on PRs from develop into main or from main into develop.
1616

1717
jobs:
1818
set-os:

0 commit comments

Comments
 (0)