mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
* Restore permission to make script work We need to rework this, but until then things has to work. * Permission issuers * We don't try to cancel previous as it doesn't work * Update * Renaming, remove deprecated * Add comments * Prevent running scorecard on forks * Update
21 lines
377 B
YAML
21 lines
377 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 }}
|