mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 15:29:07 +01:00
ci: Increase await-deploy timeout
This commit is contained in:
parent
19548f8486
commit
7c9fdb6719
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -120,7 +120,7 @@ jobs:
|
|||
server: ${{ fromJson(needs.parse-flake.outputs.servers) }}
|
||||
steps:
|
||||
- name: Wait for deployment
|
||||
timeout-minutes: 5
|
||||
timeout-minutes: 10
|
||||
run: |
|
||||
repo_url="https://github.com/${{ github.repository }}.git"
|
||||
expected_sha="${{ github.sha }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue