Run the UI & Integration tests once a day instead of twice with a 6 hour offset. (#4086)
This commit is contained in:
2
.github/workflows/integration-tests.yml
vendored
2
.github/workflows/integration-tests.yml
vendored
@@ -2,7 +2,7 @@ name: Integration tests
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 6,18 * * *'
|
||||
- cron: '0 2 * * 1-5'
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user