We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b8c165 commit b7deaf2Copy full SHA for b7deaf2
.github/workflows/section-repos.yml
@@ -4,6 +4,10 @@ on:
4
branches:
5
- "main"
6
7
+concurrency:
8
+ group: ${{ github.workflow }}-${{ github.ref }}
9
+ cancel-in-progress: true
10
+
11
jobs:
12
run:
13
runs-on: ubuntu-latest
0 commit comments