Skip to content

Schedule - Development Snapshot #795

Schedule - Development Snapshot

Schedule - Development Snapshot #795

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/build-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. In .github/workflows/schedule-swift-toolchain.yml (Line: 14, Col: 11): Error from called workflow thebrowsercompany/swift-build/.github/workflows/build-toolchain.yml@18a8539684c82e6642b722c712e4eecc48337e42 (Line: 604, Col: 5): Unexpected value 'uses' In .github/workflows/schedule-swift-toolchain.yml (Line: 14, Col: 11): Error from called workflow thebrowsercompany/swift-build/.github/workflows/build-toolchain.yml@18a8539684c82e6642b722c712e4eecc48337e42 (Line: 605, Col: 5): Unexpected value 'with'
with:
create_release: true
windows_x64_default_runner: ${{ vars.USE_CIRUN == 'true' && format('cirun-win11-23h2-pro-x64-16-2024-10-10--{0}', github.run_id) || 'swift-build-windows-latest-8-cores' }}
windows_x64_compilers_runner: ${{ vars.USE_CIRUN == 'true' && format('cirun-win11-23h2-pro-x64-64-2024-10-10--{0}', github.run_id) || 'swift-build-windows-latest-64-cores' }}
windows_arm64_default_runner: ${{ vars.USE_CIRUN == 'true' && format('cirun-win11-23h2-pro-arm64-16-2024-10-10--{0}', github.run_id) || 'swift-build-windows-arm64-latest-8-cores' }}
windows_arm64_compilers_runner: ${{ vars.USE_CIRUN == 'true' && format('cirun-win11-23h2-pro-arm64-64-2024-10-10--{0}', github.run_id) || 'swift-build-windows-arm64-latest-32-cores' }}
android_api_level: 28
secrets: inherit
permissions:
contents: write
packages: write
id-token: write