Skip to content

Schedule - Development Snapshot #9

Schedule - Development Snapshot

Schedule - Development Snapshot #9

name: Schedule - Development Snapshot
on:
schedule:
- cron: "0 */6 * * *"
# Allows us to trigger toolchain builds on-demand using the same inputs as scheduled builds.
# For more control over the swift-toolchain.yml's inputs, trigger that workflow directly.
workflow_dispatch:
jobs:
call_development_snapshot:
name: Development Snapshot
uses: ./.github/workflows/swift-toolchain.yml

Check failure on line 14 in .github/workflows/schedule-swift-toolchain.yml

View workflow run for this annotation

GitHub Actions / Schedule - Development Snapshot

Invalid workflow file

The workflow is not valid. .github/workflows/schedule-swift-toolchain.yml (Line: 14, Col: 11): Input android_api_level is required, but not provided while calling.
with:
publish_artifacts: true
default_runner: ${{ vars.USE_CIRUN && 'cirun-win11-23h2-pro-x64-16-2024-05-17' || 'swift-build-windows-latest-8-cores' }}
compilers_runner: ${{ vars.USE_CIRUN && 'cirun-win11-23h2-pro-x64-64-2024-05-17' || 'swift-build-windows-latest-64-cores' }}
secrets: inherit
permissions:
contents: write
packages: write
id-token: write