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
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user