Increase sleep duration to 90 seconds for runner readiness in build workflow

This commit is contained in:
mr. M
2025-01-12 20:50:33 +01:00
parent e9456ac073
commit 1318341451

View File

@@ -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