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:
|
schedule:
|
||||||
- cron: '0 0 * * *'
|
- cron: '0 0 * * *'
|
||||||
|
|
||||||
concurrency:
|
|
||||||
group: "update_geyser"
|
|
||||||
cancel-in-progress: true
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update:
|
update:
|
||||||
|
concurrency:
|
||||||
|
group: "update_geyser"
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
max-parallel: 1
|
max-parallel: 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue