mirror of
https://github.com/armbian/scripts.git
synced 2026-01-06 10:32:48 -08:00
Update smoke-tests.yml
This commit is contained in:
4
.github/workflows/smoke-tests.yml
vendored
4
.github/workflows/smoke-tests.yml
vendored
@@ -272,11 +272,11 @@ jobs:
|
||||
|
||||
ssh -o StrictHostKeyChecking=no root@${{ matrix.ip }} "shutdown -r 1"
|
||||
|
||||
- name: Sleep for 5 min
|
||||
- name: Sleep for 10 min
|
||||
if: ${{ github.repository_owner == 'Armbian' && env.PROCEED == 'true' }}
|
||||
uses: juliangruber/sleep-action@v1
|
||||
with:
|
||||
time: 5m
|
||||
time: 10m
|
||||
|
||||
- name: Ping
|
||||
if: ${{ github.repository_owner == 'Armbian' && env.PROCEED == 'true' }}
|
||||
|
||||
Reference in New Issue
Block a user