only:allow manual HW CI runs
This commit is contained in:
parent
7b3da40128
commit
8865f5083b
|
@ -4,7 +4,10 @@
|
||||||
|
|
||||||
name: HW CI
|
name: HW CI
|
||||||
|
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
push:
|
||||||
|
pull_request:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
hardware-ci:
|
hardware-ci:
|
||||||
|
|
Loading…
Reference in New Issue