Merge #343
343: let bors handle hitl r=jordens a=jordens Co-authored-by: Robert Jördens <rj@quartiq.de>
This commit is contained in:
commit
82787e2aab
1
.github/bors.toml
vendored
1
.github/bors.toml
vendored
@ -4,4 +4,5 @@ status = [
|
|||||||
"style",
|
"style",
|
||||||
"test (stable)",
|
"test (stable)",
|
||||||
"compile (stable)",
|
"compile (stable)",
|
||||||
|
"HITL Run Status"
|
||||||
]
|
]
|
||||||
|
6
.github/workflows/hitl_trigger.yml
vendored
6
.github/workflows/hitl_trigger.yml
vendored
@ -2,8 +2,10 @@ name: HITL Trigger
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
pull_request:
|
push:
|
||||||
branches: [ master ]
|
branches:
|
||||||
|
- staging
|
||||||
|
- trying
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
hitl-trigger:
|
hitl-trigger:
|
||||||
|
Loading…
Reference in New Issue
Block a user