22 lines
378 B
YAML
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 }}
|