ci: see if this limits running actions
This commit is contained in:
parent
c3f1f9bba0
commit
194daa9b00
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,10 @@ on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 0 * * *'
|
- cron: '0 0 * * *'
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update:
|
update:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue