Skip to content

Commit 9a13055

Browse files
authored
Update ci.yml
1 parent 80710d9 commit 9a13055

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ on:
2121
- '.github/workflows/ci.yml'
2222
schedule:
2323
- cron: '0 * * * *'
24+
concurrency:
25+
group: ${{ github.workflow }}-${{ github.ref }}
26+
cancel-in-progress: true
2427
jobs:
2528
lint:
2629
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)