We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 200b2a4 commit 3d37d0eCopy full SHA for 3d37d0e
.github/workflows/release-swift-toolchain-schedule.yml
@@ -3,8 +3,10 @@ name: Build release Swift toolchains
3
on:
4
workflow_dispatch:
5
# Schedule to build a new release toolchain nightly.
6
- schedule:
7
- - cron: "10 0 * * */1"
+ # Note: This is disabled on compnerd/swift-build as the
+ # build times out when running the GitHub workflow in that repo.
8
+ # schedule:
9
+ # - cron: "10 0 * * */1"
10
11
jobs:
12
# Each job builds a release toolchain for a specific Swift version.
0 commit comments