Split build workflows

This commit is contained in:
Fedor Korotkov 2026-01-23 15:31:57 +01:00
parent d0ab1668f1
commit ef54211d34
2 changed files with 20 additions and 3 deletions

View File

@ -1,14 +1,14 @@
name: Build
name: Build (Cached)
on:
push:
workflow_dispatch:
permissions:
contents: read
jobs:
build:
name: Build
name: Build tart (cached)
runs-on: ghcr.io/cirruslabs/macos-runner:tahoe
timeout-minutes: 30
steps:

17
.github/workflows/build-no-cache.yml vendored Normal file
View File

@ -0,0 +1,17 @@
name: Build (No Cache)
on:
workflow_dispatch:
permissions:
contents: read
jobs:
build:
name: Build tart (no cache)
runs-on: ghcr.io/cirruslabs/macos-runner:tahoe
timeout-minutes: 30
steps:
- uses: actions/checkout@v5
- name: Build
run: swift build --build-system swiftbuild --product tart