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:
Kong Team Eng Enablement Bot 2024-02-06 04:27:19 -08:00 committed by GitHub
parent 51b9ef76e9
commit d113cf9ca9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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/') }}