Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd38164a

Browse files
Enable Doc builds for: Minor Releases RCs. Minor and Patch Releases final RC (#167494)
Enable Doc builds for: Minor Releases RCs. Minor and Patch Releases final RC (#167478)Enable Doc builds for1. Minor Releases RCs2. Minor and Patch Releases final RCThis is done to prevent publishing doc for patch releases when building rcs.See:pytorch/docs#57Followup after:#153973Pull Requestresolved:#167478Approved by:https://github.com/svekars,https://github.com/seemethere(cherry picked from commitf633119)Co-authored-by: atalman <atalman@fb.com>
1 parentb002562 commitd38164a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

‎.github/workflows/nightly.yml‎

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ on:
55
-cron:0 0 * * *
66
push:
77
tags:
8-
# NOTE: Doc build pipelines should only get triggered on release candidate builds
9-
# Release candidate tags look like: v1.11.0-rc1
10-
-v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
8+
# NOTE: Doc build pipelines should only get triggered on:
9+
# Major or minor release candidates builds
10+
-v[0-9]+.[0-9]+.0+-rc[0-9]+
11+
# Final RC for major, minor and patch releases
12+
-v[0-9]+.[0-9]+.[0-9]+
1113
-ciflow/nightly/*
1214
workflow_dispatch:
1315

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp