diff options
| author | Albin <albin@mullvad.net> | 2024-08-28 19:36:39 +0200 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2024-08-28 19:36:39 +0200 |
| commit | 3286d40960d59f7f99109130042d72dc87f4aad1 (patch) | |
| tree | dc1fbdcf4993e43e5f310826235bf77699f94340 | |
| parent | 1d3997b924301dea8c03278f45ec6accbe6e4bc3 (diff) | |
| parent | fd42997fd8b087d5227f07bb82d2c3eb3b8e2d4a (diff) | |
| download | mullvadvpn-3286d40960d59f7f99109130042d72dc87f4aad1.tar.xz mullvadvpn-3286d40960d59f7f99109130042d72dc87f4aad1.zip | |
Merge branch 'run-nightly-tests-during-night-instead-of-in-the-morning-droid-1287'
| -rw-r--r-- | .github/workflows/android-app.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/android-app.yml b/.github/workflows/android-app.yml index 5eedfb158a..436d53f93d 100644 --- a/.github/workflows/android-app.yml +++ b/.github/workflows/android-app.yml @@ -20,12 +20,12 @@ on: - '!**/**.md' - '!**/osv-scanner.toml' schedule: - # At 06:20 UTC every day. + # At 00:00 UTC every day. # Notifications for scheduled workflows are sent to the user who last modified the cron # syntax in the workflow file. If you update this you must have notifications for # Github Actions enabled, so these don't go unnoticed. # https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs - - cron: '20 6 * * *' + - cron: '0 0 * * *' workflow_dispatch: inputs: override_container_image: |
