mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
Update timeout for .github/workflows/release-recurring.yml (#7053)
* Update default timeouts for .github/workflows/release-recurring.yml [skip ci] * configure timeout --------- Co-authored-by: Filipe Freire <filipe.freire@konghq.com>
This commit is contained in:
parent
51b9ef76e9
commit
d113cf9ca9
1
.github/workflows/release-recurring.yml
vendored
1
.github/workflows/release-recurring.yml
vendored
@ -17,6 +17,7 @@ env:
|
||||
PR_NUMBER: ${{ github.event.number }}
|
||||
jobs:
|
||||
build-and-upload-artifacts:
|
||||
timeout-minutes: 25
|
||||
# Skip jobs for release PRs
|
||||
# windows on recurring should be portable
|
||||
if: ${{ !startsWith(github.head_ref, 'release/') }}
|
||||
|
Loading…
Reference in New Issue
Block a user