Skip to content

Commit e04f0f1

Browse files
authored
Release nightly even if test fails (#1339)
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
1 parent 9d32874 commit e04f0f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ jobs:
535535
macos-nightly:
536536
name: Nightly ${{ matrix.python }} macOS
537537
if: github.event_name == 'push'
538-
needs: [build-number, release]
538+
needs: [build-number, macos-wheel]
539539
runs-on: macos-latest
540540
strategy:
541541
matrix:
@@ -578,7 +578,7 @@ jobs:
578578
linux-nightly:
579579
name: Nightly ${{ matrix.python }} Linux
580580
if: github.event_name == 'push'
581-
needs: [build-number, release]
581+
needs: [build-number, linux-wheel]
582582
runs-on: ubuntu-20.04
583583
strategy:
584584
matrix:
@@ -616,7 +616,7 @@ jobs:
616616
windows-nightly:
617617
name: Nightly ${{ matrix.python }} Windows
618618
if: github.event_name == 'push'
619-
needs: [build-number, release]
619+
needs: [build-number, windows-wheel]
620620
runs-on: windows-latest
621621
strategy:
622622
matrix:

0 commit comments

Comments
 (0)