ci: auto cancel outdated builds

This commit is contained in:
Michael Kriese 2021-08-23 10:39:07 +02:00
parent 2fcbde2ee4
commit 7d5d16afb2
No known key found for this signature in database
GPG key ID: B83F553A0724D44E

View file

@ -4,6 +4,10 @@ on:
push: push:
pull_request: pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.event.number || github.ref }}
cancel-in-progress: true
jobs: jobs:
commitlint: commitlint:
runs-on: ubuntu-latest runs-on: ubuntu-latest