Cancel previous workflows for PRs and branches (#1669)

This commit is contained in:
Oxan van Leeuwen 2021-11-25 23:24:02 +01:00 committed by GitHub
parent f4feb4c81c
commit bd18865874
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,10 @@ on:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build: