mirror of
https://github.com/m1k1o/neko.git
synced 2025-04-28 09:56:20 +02:00
dockerhub: allow only one workflow to run at a time.
This commit is contained in:
parent
8b49fb7ca9
commit
a032c9f42e
1 changed files with 6 additions and 0 deletions
6
.github/workflows/dockerhub.yml
vendored
6
.github/workflows/dockerhub.yml
vendored
|
@ -13,6 +13,12 @@ on:
|
|||
schedule:
|
||||
- cron: "43 2 * * 1"
|
||||
|
||||
# allow only one workflow to run at a time
|
||||
# and cancel in-progress jobs if a new one is triggered
|
||||
concurrency:
|
||||
group: "dockerhub"
|
||||
cancel-in-progress: true
|
||||
|
||||
env:
|
||||
DOCKER_IMAGE: m1k1o/neko
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue