-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Fix bug in split-build workflows codegen #136043
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/136043
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 1c01fc4 with merge base 2e461e5 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
atalman
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
By just deleting a few rogue lines left out in #135510 If file in workflows folder does not have a `.yml` extensions it will not be launched at all, will it?
7b94f2d to
1c01fc4
Compare
|
@pytorchbot merge -f "Lint is green" |
Merge startedYour change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes). Please use Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
By just deleting a few rogue lines left out in pytorch#135510 If file in workflows folder does not have a `.yml` extensions it will not be launched at all, will it? Pull Request resolved: pytorch#136043 Approved by: https://github.com/kit1980, https://github.com/atalman
By just deleting a few rogue lines left out in #135510
If file in workflows folder does not have a
.ymlextensions it will not be launched at all, will it?