Limit Swift autobuild runtime to 10 minutes
There's a known issue that causes the Swift autobuilder to hang. By setting a timeout, we'll fail earlier and we can rerun the check earlier.
This commit is contained in:
parent
66ed6f46ba
commit
b873a18a2f
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