Skip to content

Commit 3426db1

Browse files
authored
Update continuous-integration.yml (#1659)
1 parent f8b572c commit 3426db1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
# nightly
1010
schedule:
1111
- cron: '0 0 * * *'
12+
concurrency:
13+
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
14+
cancel-in-progress: true
1215
jobs:
1316
lint-build:
1417
name: "Lint & Build"

0 commit comments

Comments
 (0)