Skip to content

Commit e015d99

Browse files
committed
[CI] Add concurrency configuration
1 parent e92a7c7 commit e015d99

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ on:
1414
cron: "0 1 * * 6" # Run at 1am every Saturday
1515
workflow_dispatch: ~
1616

17+
concurrency:
18+
group: ${{ github.workflow }}-${{ github.ref }}
19+
cancel-in-progress: true
20+
1721
jobs:
1822
tests:
1923
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)