mirror of https://github.com/KLayout/klayout.git
Added free-disk-space to GitHub actions, no builds on single pushes
This commit is contained in:
parent
c931a08ec0
commit
7dabc77b1e
|
|
@ -4,11 +4,22 @@ name: Build Python Wheels
|
|||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
# Running on PRs is enough
|
||||
# push:
|
||||
release:
|
||||
types: [published]
|
||||
|
||||
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:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
|
|
|
|||
Loading…
Reference in New Issue