cancel outdated jobs for the same reference (#263)

This commit is contained in:
Robin C. Ladiges
2022-04-09 08:45:57 +02:00
committed by GitHub
parent ef7ba04540
commit d0673dc72d

View File

@@ -10,6 +10,11 @@ on:
branches:
- master
# cancel outdated jobs for the same reference
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
IMAGE : ${{ github.repository_owner }}/openstreetmap-tile-server
TAG : ${{ github.sha }}