Fix unexpected "tags" in build-wheels-aarch64-linux.yml#19023
Fix unexpected "tags" in build-wheels-aarch64-linux.yml#19023OpenByteDev wants to merge 2 commits intopytorch:mainfrom
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/19023
Note: Links to docs will display an error until the docs builds have been completed. ❗ 1 Active SEVsThere are 1 currently active SEVs. If your PR is affected, please view them below: ❌ 1 New Failure, 3 Pending, 3 Unrelated FailuresAs of commit 2c188f1 with merge base 48ec3fc ( NEW FAILURE - The following job has failed:
BROKEN TRUNK - The following jobs failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
Hi @OpenByteDev! Thank you for your pull request and welcome to our community. Action RequiredIn order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you. ProcessIn order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA. Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with If you have received this in error or have any questions, please contact us at [email protected]. Thanks! |
This PR needs a
|
|
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Meta Open Source project. Thanks! |
|
Thank you! Can you also do in this PR the same clean up for build-wheels-linux.yml, build-wheels-macos.yml, and build-wheels-windows.yml? |
There was a problem hiding this comment.
Pull request overview
Removes an invalid tags key from the pull_request trigger in the Aarch64 Linux wheel build workflow, aligning the workflow syntax with GitHub Actions’ supported event filters.
Changes:
- Deletes
on.pull_request.tagsfrom.github/workflows/build-wheels-aarch64-linux.yml(unsupported forpull_requestevents).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Summary
Fixes invalid
tagskey inbuild-wheels-aarch64-linux.yml, see also https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-syntax?utm_source=chatgpt.com#onpull_requestpull_request_targetbranchesbranches-ignore.Test plan
Not applicable