0
0
mirror of https://github.com/signalapp/Signal-Server.git synced 2024-09-20 03:52:16 +02:00

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: