Skip to content

Commit f72c9f2

Browse files
committed
Don't interrupt jobs of same branch.
1 parent 1adce4c commit f72c9f2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@ on:
2323
REPO_READ_TOKEN:
2424
required: true
2525

26-
# Skip jobs of the same workflow and branch
27-
concurrency:
28-
group: ${{ github.workflow }}-${{ github.ref }}
29-
cancel-in-progress: true
30-
3126
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
3227
jobs:
3328
check:

0 commit comments

Comments
 (0)