ci: Increase timeout
Increased it to 120 since prebuild check is taking 97 minutes locally.
This commit is contained in:
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@@ -22,7 +22,7 @@ jobs:
|
||||
prebuild:
|
||||
name: Pre-build checks
|
||||
runs-on: ubuntu-24.04
|
||||
timeout-minutes: 30
|
||||
timeout-minutes: 120
|
||||
if: |
|
||||
github.event.action != 'edited' ||
|
||||
contains(github.event.pull_request.body, 'Changelog')
|
||||
|
||||
Reference in New Issue
Block a user