cancel outdated jobs for the same reference (#263)
This commit is contained in:
parent
ef7ba04540
commit
d0673dc72d
5
.github/workflows/build-and-test.yaml
vendored
5
.github/workflows/build-and-test.yaml
vendored
@ -10,6 +10,11 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
|
# cancel outdated jobs for the same reference
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
env:
|
env:
|
||||||
IMAGE : ${{ github.repository_owner }}/openstreetmap-tile-server
|
IMAGE : ${{ github.repository_owner }}/openstreetmap-tile-server
|
||||||
TAG : ${{ github.sha }}
|
TAG : ${{ github.sha }}
|
||||||
|
Loading…
Reference in New Issue
Block a user