Cancel earlier pipelines

Why this isn't a default is beyond me.
This commit is contained in:
Bryan Richter 2026-02-13 10:05:37 +02:00
parent 851323f3b4
commit c9c601ab6e
No known key found for this signature in database
GPG Key ID: B202264020068BFB

View File

@ -4,6 +4,9 @@ on:
branches: branches:
- master - master
pull_request: pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs: jobs:
stack-test: stack-test:
name: stack test name: stack test