mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-01 10:27:53 +02:00
Added free-disk-space to GitHub actions, no builds on single pushes
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user