mirror of https://github.com/KLayout/klayout.git
Correction: free-disk-space needs to be part of build job
This commit is contained in:
parent
7dabc77b1e
commit
836214da26
|
|
@ -10,16 +10,6 @@ on:
|
||||||
types: [published]
|
types: [published]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
free-disk-space:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Free Disk Space (Ubuntu)
|
|
||||||
uses: jlumbroso/free-disk-space@main
|
|
||||||
with:
|
|
||||||
android: false
|
|
||||||
dotnet: false
|
|
||||||
haskell: false
|
|
||||||
|
|
||||||
build:
|
build:
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
|
|
@ -34,6 +24,13 @@ jobs:
|
||||||
- os: "ubuntu-latest"
|
- os: "ubuntu-latest"
|
||||||
cibuild: "*musllinux*"
|
cibuild: "*musllinux*"
|
||||||
steps:
|
steps:
|
||||||
|
- name: Free Disk Space (Ubuntu)
|
||||||
|
if: matrix.os == 'ubuntu-latest'
|
||||||
|
uses: jlumbroso/free-disk-space@main
|
||||||
|
with:
|
||||||
|
android: false
|
||||||
|
dotnet: false
|
||||||
|
haskell: false
|
||||||
- uses: hmarr/debug-action@v2
|
- uses: hmarr/debug-action@v2
|
||||||
- name: Cancel Workflow Action
|
- name: Cancel Workflow Action
|
||||||
uses: styfle/cancel-workflow-action@0.9.1
|
uses: styfle/cancel-workflow-action@0.9.1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue