summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorNiklas Berglund <niklas.berglund@gmail.com>2024-04-05 13:45:58 +0200
committerBug Magnet <marco.nikic@mullvad.net>2024-04-09 16:40:43 +0200
commitecedcaec7c6d5818cf8c42b69fab99332dc1cee0 (patch)
tree5e17749a96b2f06cb6e2dc997677bf2f25c85329 /.github
parent9a23de0528cb90ad248863dd70737ab198680fd7 (diff)
downloadmullvadvpn-ecedcaec7c6d5818cf8c42b69fab99332dc1cee0.tar.xz
mullvadvpn-ecedcaec7c6d5818cf8c42b69fab99332dc1cee0.zip
Fix nightly iOS end-to-end tests not ran
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ios-end-to-end-tests.yml2
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: