From 302be7e50e70f3d81f68a2e18fdda636f1512411 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Sat, 15 Jan 2022 22:16:02 +0100 Subject: [PATCH] Update smoke-tests.yml --- .github/workflows/smoke-tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/smoke-tests.yml b/.github/workflows/smoke-tests.yml index 8cb22181..df9511f8 100644 --- a/.github/workflows/smoke-tests.yml +++ b/.github/workflows/smoke-tests.yml @@ -1,4 +1,4 @@ -name: Update DUTs and reboot +name: Smoke tests on: workflow_dispatch: workflow_call: @@ -9,6 +9,7 @@ on: jobs: Test: + name: "Smoke tests" runs-on: igor if: ${{ github.repository_owner == 'Armbian' }} timeout-minutes: 480