Merge pull request #2371 from nikosavola/nikosavola/push-ttnvpupwulrs

Use native concurrency groups in GitHub CI build workflow
This commit is contained in:
Matthias Köfferlein 2026-06-08 21:21:54 +02:00 committed by GitHub
commit 6d6596aedd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 2 deletions

View File

@ -12,6 +12,10 @@ on:
release:
types: [published]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
changes:
name: Check for source changes
@ -74,8 +78,6 @@ jobs:
haskell: true
large-packages: true
- uses: hmarr/debug-action@v3
- name: Cancel Workflow Action
uses: styfle/cancel-workflow-action@0.13.1
- uses: actions/checkout@v6
- name: ccache
if: matrix.os != 'ubuntu-24.04-arm'