define concurrency rules
This commit is contained in:
parent
b02196a518
commit
0a5904ea7b
1 changed files with 4 additions and 0 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -6,6 +6,10 @@ on:
|
|||
schedule:
|
||||
- cron: '0 4 * * TUE'
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Build
|
||||
|
|
Loading…
Reference in a new issue