dockerhub: allow only one workflow to run at a time.

This commit is contained in:
Miroslav Šedivý 2025-04-04 22:15:53 +02:00
parent 8b49fb7ca9
commit a032c9f42e

View file

@ -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