chore: cancel in-progress docker builds
This commit is contained in:
parent
13daee3574
commit
5ca2e43448
3
.github/workflows/docker.yaml
vendored
3
.github/workflows/docker.yaml
vendored
@ -5,6 +5,9 @@ on:
|
||||
jobs:
|
||||
build:
|
||||
runs-on: self-hosted
|
||||
concurrency:
|
||||
group: ${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: docker/login-action@v1
|
||||
|
Loading…
x
Reference in New Issue
Block a user