mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
Increase sleep duration to 90 seconds for runner readiness in build workflow
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -80,7 +80,7 @@ jobs:
|
||||
|
||||
- name: Sleep until runner is ready
|
||||
if: ${{ inputs.create_release && inputs.update_branch == 'release' }}
|
||||
run: sleep 30s
|
||||
run: sleep 90s
|
||||
|
||||
check-build-is-correct:
|
||||
runs-on: ubuntu-latest
|
||||
|
Reference in New Issue
Block a user