diff options
| author | Niklas Berglund <niklas.berglund@gmail.com> | 2024-04-05 13:45:58 +0200 |
|---|---|---|
| committer | Bug Magnet <marco.nikic@mullvad.net> | 2024-04-09 16:40:43 +0200 |
| commit | ecedcaec7c6d5818cf8c42b69fab99332dc1cee0 (patch) | |
| tree | 5e17749a96b2f06cb6e2dc997677bf2f25c85329 | |
| parent | 9a23de0528cb90ad248863dd70737ab198680fd7 (diff) | |
| download | mullvadvpn-ecedcaec7c6d5818cf8c42b69fab99332dc1cee0.tar.xz mullvadvpn-ecedcaec7c6d5818cf8c42b69fab99332dc1cee0.zip | |
Fix nightly iOS end-to-end tests not ran
| -rw-r--r-- | .github/workflows/ios-end-to-end-tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ios-end-to-end-tests.yml b/.github/workflows/ios-end-to-end-tests.yml index d9907295f0..64d494b8ab 100644 --- a/.github/workflows/ios-end-to-end-tests.yml +++ b/.github/workflows/ios-end-to-end-tests.yml @@ -23,7 +23,7 @@ on: - cron: '0 0 * * *' jobs: test: - if: github.event.pull_request.merged || github.event_name == 'workflow_dispatch' + if: github.event.pull_request.merged || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' name: End to end tests runs-on: [self-hosted, macOS, ios-test] steps: |
