diff options
| author | Albin <albin@mullvad.net> | 2023-11-10 21:07:37 +0100 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2023-11-13 12:08:22 +0100 |
| commit | 601f6821228b3aea670705bbe896da7ba8e57655 (patch) | |
| tree | 962ee85101e51535b7d1a580c2fc409edaf9d727 /.github | |
| parent | 6471612acee67ce0ee37dacf2707fb6a2df33a1d (diff) | |
| download | mullvadvpn-601f6821228b3aea670705bbe896da7ba8e57655.tar.xz mullvadvpn-601f6821228b3aea670705bbe896da7ba8e57655.zip | |
Trigger build and tests nightly
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/android-app.yml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/.github/workflows/android-app.yml b/.github/workflows/android-app.yml index 8fbd64fe68..e92447884b 100644 --- a/.github/workflows/android-app.yml +++ b/.github/workflows/android-app.yml @@ -16,7 +16,13 @@ on: - '!scripts/**' - '!windows/**' - '!**/**.md' - + schedule: + # At 06:20 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 * * *' workflow_dispatch: inputs: override_container_image: |
