Skip to content

Commit b0b9bc6

Browse files
committed
Actions: Reenable concurrency in main.yml
1 parent 789e7ca commit b0b9bc6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ on:
1010
- main
1111
- develop
1212

13-
# concurrency:
14-
# 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. Prevents duplicate workflows on PRs from develop into main or from main into develop.
13+
concurrency:
14+
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. 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)