Skip to content

Commit 3d37d0e

Browse files
authored
[GHA workflow] do not run the release build on cron schedule for compnerd/swift-build (#704)
1 parent 200b2a4 commit 3d37d0e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/release-swift-toolchain-schedule.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ name: Build release Swift toolchains
33
on:
44
workflow_dispatch:
55
# Schedule to build a new release toolchain nightly.
6-
schedule:
7-
- cron: "10 0 * * */1"
6+
# Note: This is disabled on compnerd/swift-build as the
7+
# build times out when running the GitHub workflow in that repo.
8+
# schedule:
9+
# - cron: "10 0 * * */1"
810

911
jobs:
1012
# Each job builds a release toolchain for a specific Swift version.

0 commit comments

Comments
 (0)