Skip to content

Commit ecedcae

Browse files
niklasberglundbuggmagnet
authored andcommitted
Fix nightly iOS end-to-end tests not ran
1 parent 9a23de0 commit ecedcae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ios-end-to-end-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323
- cron: '0 0 * * *'
2424
jobs:
2525
test:
26-
if: github.event.pull_request.merged || github.event_name == 'workflow_dispatch'
26+
if: github.event.pull_request.merged || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule'
2727
name: End to end tests
2828
runs-on: [self-hosted, macOS, ios-test]
2929
steps:

0 commit comments

Comments
 (0)