-
Notifications
You must be signed in to change notification settings - Fork 759
Fix doc deloyment condition #3294
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/pytorch/audio/3294
Note: Links to docs will display an error until the docs builds have been completed. ❌ 10 New FailuresAs of commit 8cb6987: NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
@mthrok has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Summary: Follow-up of pytorch#3292 Doc deployment is gated by branch_name == nightly, but nightly branch fires push and PR events and there will be two deployment jobs. This commit specify push event. Pull Request resolved: pytorch#3294 Reviewed By: hwangjeff Differential Revision: D45501983 Pulled By: mthrok fbshipit-source-id: 5b452ac08b239615984208a176933a8bb2ead556
|
This pull request was exported from Phabricator. Differential Revision: D45501983 |
|
Hey @mthrok. |
Follow-up of #3292
Doc deployment is gated by branch_name == nightly, but nightly branch fires push and PR events and there will be two deployment jobs.
This commit specify push event.