Merge branch 'master' into rj/prep-v0.5.0
This commit is contained in:
commit
5017d2f345
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