Skip to content

Commit 1d802f8

Browse files
authored
Enable concurrency for CI workflow
1 parent 90b573f commit 1d802f8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ on:
88
permissions:
99
checks: write
1010
contents: write
11-
# concurrency:
12-
# group: ${{ github.workflow }}-${{ github.ref_name }}
13-
# cancel-in-progress: true
11+
concurrency:
12+
group: ${{ github.workflow }}-${{ github.ref_name }}
13+
cancel-in-progress: true
1414
jobs:
1515
compatibility:
1616
name: Check Dependency Compatibility

0 commit comments

Comments
 (0)