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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

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