Skip to content

Commit f4a1e8d

Browse files
committed
remove concurrency from main.yml
1 parent 2a25ba6 commit f4a1e8d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ 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.
16-
1713
jobs:
1814
set-os:
1915
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)