Skip to content

Commit b7deaf2

Browse files
committed
Added concurrency to section repo creation
1 parent 2b8c165 commit b7deaf2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/section-repos.yml

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
branches:
55
- "main"
66

7+
concurrency:
8+
group: ${{ github.workflow }}-${{ github.ref }}
9+
cancel-in-progress: true
10+
711
jobs:
812
run:
913
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)