cancel outdated jobs for the same reference

This commit is contained in:
Robin C. Ladiges 2022-04-09 00:23:41 +02:00
parent ef7ba04540
commit 7e566047b2
No known key found for this signature in database
GPG Key ID: D2A51CCB004EFBCE

View File

@ -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 }}