Skip to content

Split swift-toolchain.yml triggers into seperate workflows #9

Split swift-toolchain.yml triggers into seperate workflows

Split swift-toolchain.yml triggers into seperate workflows #9

name: Pull Request - Development Snapshot (Cirun)
on:
pull_request:
branches:
- 'main'
files:
- '.github/workflows/swift-toolchain.yml'
workflow_dispatch:
jobs:
call_development_snapshot:
name: Development Snapshot
uses: ./.github/workflows/swift-toolchain.yml
with:
publish_artifacts: false
default_runner: "cirun-win11-23h2-pro-x64-16-2024-05-17"
compilers_runner: "cirun-win11-23h2-pro-x64-64-2024-05-17"
secrets: inherit
permissions:
contents: read
pull-requests: read