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