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
+4 -2
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/[email protected]
- uses: actions/checkout@v6
- name: ccache
if: matrix.os != 'ubuntu-24.04-arm'