Remove the x86_64 architecture and Mac Catalyst from targets #7
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/** | |
jobs: | |
reuse-e2e-workflow: | |
permissions: | |
contents: read | |
issues: write | |
pull-requests: write | |
uses: ./.github/workflows/ios-end-to-end-tests.yml | |
with: | |
arg_tests_json_key: "pr-merge-to-main" |