From fbda1e82c649e7e752cd98c92fa3de19ddce5dda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Thu, 20 Jan 2022 14:45:48 +0100 Subject: [PATCH] Add DUT smoke tests script (#3402) --- .github/workflows/smoke-tests.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/smoke-tests.yml diff --git a/.github/workflows/smoke-tests.yml b/.github/workflows/smoke-tests.yml new file mode 100644 index 0000000000..1cc936b2c8 --- /dev/null +++ b/.github/workflows/smoke-tests.yml @@ -0,0 +1,12 @@ +name: Smoke tests on DUTs + +on: + workflow_dispatch: + +jobs: + + Smoke: + if: ${{ github.repository_owner == 'Armbian' }} + uses: armbian/scripts/.github/workflows/smoke-tests.yml@master + secrets: + KEY_CI: ${{ secrets.KEY_CI }}