Merge pull request #1206 from tobiasge/cancel-old-runs

Cancel workflow runs for in progress PRs
This commit is contained in:
Tobias Genannt 2024-04-20 21:07:34 +02:00 committed by GitHub
commit 5f57cb2774
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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