chore: add concurrency to build

This commit is contained in:
2024-04-20 14:37:00 +03:00
parent d014ff5a65
commit b515013dc9

View File

@@ -10,6 +10,10 @@ on:
- "deployment.yaml"
- "renovate.json"
concurrency:
group: ${{ github.workflow }}-${{ github.event.number || github.ref }}
cancel-in-progress: true
env:
REGISTRY_IMAGE: ivuorinen/docker-xmrig