run integration-test job daily at 19:30 UTC
This commit is contained in:
parent
15a6c46d47
commit
e04b5e5c9f
|
@ -1,6 +1,9 @@
|
||||||
name: Integration Tests
|
name: Integration Tests
|
||||||
|
|
||||||
on: [workflow_dispatch]
|
on:
|
||||||
|
schedule:
|
||||||
|
- cron: '30 19 * * MON-FRI'
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Reference in New Issue