mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 17:49: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) }}
|
server: ${{ fromJson(needs.parse-flake.outputs.servers) }}
|
||||||
steps:
|
steps:
|
||||||
- name: Wait for deployment
|
- name: Wait for deployment
|
||||||
timeout-minutes: 5
|
timeout-minutes: 10
|
||||||
run: |
|
run: |
|
||||||
repo_url="https://github.com/${{ github.repository }}.git"
|
repo_url="https://github.com/${{ github.repository }}.git"
|
||||||
expected_sha="${{ github.sha }}"
|
expected_sha="${{ github.sha }}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue