Skip to content

Commit

Permalink
Merge pull request #1507 from github/henrymercer/swift-autobuild-timeout
Browse files Browse the repository at this point in the history
Limit Swift autobuild runtime in PR check to 10 minutes
  • Loading branch information
Henry Mercer authored and GitHub committed Jan 23, 2023
2 parents fa47d5a + b873a18 commit 824a20f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/__swift-autobuild.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pr-checks/checks/swift-autobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ steps:
shell: bash
run: pwd
- uses: ./../action/autobuild
timeout-minutes: 10
- uses: ./../action/analyze
id: analysis
- name: Check database
Expand Down

0 comments on commit 824a20f

Please sign in to comment.