run integration-test job daily at 19:30 UTC

This commit is contained in:
Ravi Khadiwala
2023-11-20 15:14:18 -06:00
committed by ravi-signal
parent 15a6c46d47
commit e04b5e5c9f

View File

@@ -1,6 +1,9 @@
name: Integration Tests
on: [workflow_dispatch]
on:
schedule:
- cron: '30 19 * * MON-FRI'
workflow_dispatch:
jobs:
build: