mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-02 10:57:51 +02:00
Use native concurrency groups in build workflow
The cancel-workflow-action step was likely added before native concurrency groups existed
This commit is contained in:
@@ -12,6 +12,10 @@ on:
|
||||
release:
|
||||
types: [published]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ${{ matrix.os }}
|
||||
@@ -47,8 +51,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'
|
||||
|
||||
Reference in New Issue
Block a user