mirror of
https://github.com/ivuorinen/docker-xmrig.git
synced 2026-01-26 11:34:01 +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"
|
||||
- "renovate.json"
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.number || github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
env:
|
||||
REGISTRY_IMAGE: ivuorinen/docker-xmrig
|
||||
|
||||
|
||||
Reference in New Issue
Block a user