armbian-build/.github/workflows/smoke-tests.yml
Igor Pečovnik 9ef2f5ac40
Clean GitHub actions (#4065)
* Cleaning actions

* Update

* Update

* Update

* Update
2022-08-12 14:29:31 +02:00

22 lines
378 B
YAML

name: Smoke tests on DUTs
#
# Runs varios tests with latest nighly codebase on a real hardware
#
on:
workflow_dispatch:
permissions:
contents: read
jobs:
Smoke:
permissions:
contents: none
if: ${{ github.repository_owner == 'Armbian' }}
uses: armbian/scripts/.github/workflows/smoke-tests.yml@master
secrets:
KEY_CI: ${{ secrets.KEY_CI }}