Run the UI & Integration tests once a day instead of twice with a 6 hour offset. (#4086)

This commit is contained in:
Doug
2025-05-02 13:12:49 +01:00
committed by GitHub
parent 834f62503e
commit f1b0ca7739
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ name: Integration tests
on:
schedule:
- cron: '0 6,18 * * *'
- cron: '0 2 * * 1-5'
workflow_dispatch: