Skip to content

Commit 824a20f

Browse files
authored
Merge pull request #1507 from github/henrymercer/swift-autobuild-timeout
Limit Swift autobuild runtime in PR check to 10 minutes
2 parents fa47d5a + b873a18 commit 824a20f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/__swift-autobuild.yml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pr-checks/checks/swift-autobuild.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ steps:
1818
shell: bash
1919
run: pwd
2020
- uses: ./../action/autobuild
21+
timeout-minutes: 10
2122
- uses: ./../action/analyze
2223
id: analysis
2324
- name: Check database

0 commit comments

Comments
 (0)