mirror of
https://github.com/ivuorinen/docker-xmrig.git
synced 2026-02-20 20:51:19 +00:00
chore: add concurrency to build
This commit is contained in:
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@@ -10,6 +10,10 @@ on:
|
|||||||
- "deployment.yaml"
|
- "deployment.yaml"
|
||||||
- "renovate.json"
|
- "renovate.json"
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.workflow }}-${{ github.event.number || github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
env:
|
env:
|
||||||
REGISTRY_IMAGE: ivuorinen/docker-xmrig
|
REGISTRY_IMAGE: ivuorinen/docker-xmrig
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user