Cancel workflow runs for in progress PRs

release
Tobias Genannt 2024-04-19 21:53:06 +02:00
parent eb59ace74c
commit 5873885edc
1 changed files with 4 additions and 0 deletions

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