Add daita and multihop pages to the root of the settings view #149
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: iOS end-to-end merge to main tests | |
on: | |
workflow_dispatch: | |
pull_request: | |
types: | |
- closed | |
branches: | |
- main | |
paths: | |
- .github/workflows/ios-end-to-end-tests*.yml | |
- ios/** | |
permissions: | |
contents: read | |
issues: write | |
pull-requests: write | |
jobs: | |
reuse-e2e-workflow: | |
uses: ./.github/workflows/ios-end-to-end-tests.yml | |
with: | |
arg_tests_json_key: "pr-merge-to-main" | |
secrets: inherit |