Run branch for test
This commit is contained in:
parent
68a5d1a09d
commit
50e22b54fe
|
@ -3,6 +3,9 @@ on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 8,16 * * 1-5" # on weekdays at 8am and 4pm
|
- cron: "0 8,16 * * 1-5" # on weekdays at 8am and 4pm
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- chore/run_oss_checks # TODO: remove
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
run:
|
run:
|
||||||
|
|
Loading…
Reference in New Issue