mirror of https://github.com/KLayout/klayout.git
Merge pull request #2371 from nikosavola/nikosavola/push-ttnvpupwulrs
Use native concurrency groups in GitHub CI build workflow
This commit is contained in:
commit
6d6596aedd
|
|
@ -12,6 +12,10 @@ on:
|
||||||
release:
|
release:
|
||||||
types: [published]
|
types: [published]
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
changes:
|
changes:
|
||||||
name: Check for source changes
|
name: Check for source changes
|
||||||
|
|
@ -74,8 +78,6 @@ jobs:
|
||||||
haskell: true
|
haskell: true
|
||||||
large-packages: true
|
large-packages: true
|
||||||
- uses: hmarr/debug-action@v3
|
- uses: hmarr/debug-action@v3
|
||||||
- name: Cancel Workflow Action
|
|
||||||
uses: styfle/cancel-workflow-action@0.13.1
|
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v6
|
||||||
- name: ccache
|
- name: ccache
|
||||||
if: matrix.os != 'ubuntu-24.04-arm'
|
if: matrix.os != 'ubuntu-24.04-arm'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue