ci: see if this limits running actions 3
This commit is contained in:
parent
519b3c70e1
commit
2932232f14
1 changed files with 3 additions and 4 deletions
|
@ -3,12 +3,11 @@ on:
|
|||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
|
||||
concurrency:
|
||||
group: "update_geyser"
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
update:
|
||||
concurrency:
|
||||
group: "update_geyser"
|
||||
cancel-in-progress: true
|
||||
|
||||
strategy:
|
||||
max-parallel: 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue