-
Notifications
You must be signed in to change notification settings - Fork 3
Re-home the iOS host workflows #680
Copy link
Copy link
Closed
Labels
github_actionsPull requests that update GitHub Actions codePull requests that update GitHub Actions codehost-workNeeds implementation in one or more host reposNeeds implementation in one or more host repos
Description
Activity
Metadata
Metadata
Assignees
Labels
github_actionsPull requests that update GitHub Actions codePull requests that update GitHub Actions codehost-workNeeds implementation in one or more host reposNeeds implementation in one or more host repos
Same treatment as the Android workflows: re-created at the repository root and gated on the
host's change output, since workflows under a subdirectory are ignored.
Simulator builds need no signing identity. Device and store builds do, which is why this
depends on the configuration issue rather than assuming it.
Depends on: #678, #670, #672.
Steps
Done when
A host-only pull request runs the host's checks, and a docs-only pull request runs none of
them.