Update smoke-tests.yml

This commit is contained in:
Igor
2023-07-03 17:54:25 +02:00
committed by GitHub
parent 8ad80a263c
commit 98cfd07e9f

View File

@@ -30,7 +30,7 @@ jobs:
uses: armbian/actions/runner-prepare@main
- name: Power on
if: ! always()
if: ${{ !failure() && !cancelled() }}
uses: armbian/actions/power-on@main
with:
KEY_POWER_ON: ${{ secrets.KEY_POWER_ON }}
@@ -201,7 +201,7 @@ jobs:
Stop:
name: "Power system off"
if: ! always()
if: ${{ !failure() && !cancelled() }}
needs: Test
runs-on: [self-hosted, Linux, local]
steps: