Skip to content
This repository was archived by the owner on Nov 11, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Main

on:
# push:
# branches:
# - main
push:
# branches:
# - main
# schedule:
# - cron: "0 0 * * *"
workflow_dispatch:
Expand All @@ -17,16 +17,16 @@ jobs:
runs-on: ubuntu-latest
steps:
# https://github.com/easimon/maximize-build-space#inputs
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
remove-android: "true"
remove-codeql: "true"
remove-docker-images: "true"
remove-dotnet: "true"
remove-haskell: "true"
root-reserve-mb: 512
swap-size-mb: 1024
# - name: Maximize build space
# uses: easimon/maximize-build-space@master
# with:
# remove-android: "true"
# remove-codeql: "true"
# remove-docker-images: "true"
# remove-dotnet: "true"
# remove-haskell: "true"
# root-reserve-mb: 512
# swap-size-mb: 1024
- name: Checkout
uses: actions/checkout@v4
- name: Build
Expand Down