Merge pull request #1507 from github/henrymercer/swift-autobuild-timeout
Limit Swift autobuild runtime in PR check to 10 minutes
This commit is contained in:
commit
824a20f6aa
2 changed files with 2 additions and 0 deletions
1
.github/workflows/__swift-autobuild.yml
generated
vendored
1
.github/workflows/__swift-autobuild.yml
generated
vendored
|
|
@ -54,6 +54,7 @@ jobs:
|
|||
shell: bash
|
||||
run: pwd
|
||||
- uses: ./../action/autobuild
|
||||
timeout-minutes: 10
|
||||
- uses: ./../action/analyze
|
||||
id: analysis
|
||||
- name: Check database
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue