Skip to content

Commit e25eb5b

Browse files
committed
only run nighly in the core repository
1 parent 74651c5 commit e25eb5b

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

.github/workflows/nightly.yml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,12 @@ on:
66
workflow_dispatch:
77

88
jobs:
9-
linux:
10-
name: Nightly Linux
11-
uses: ./.github/workflows/test_linux.yml
12-
windows:
13-
name: Nightly Windows
14-
uses: ./.github/workflows/test_windows.yml
15-
macos:
16-
name: Nightly MacOS
17-
uses: ./.github/workflows/test_macos.yml
9+
nightly:
10+
name: Nightly Pytest
11+
- uses: ./.github/workflows/test_linux.yml
12+
- uses: ./.github/workflows/test_windows.yml
13+
- uses: ./.github/workflows/test_macos.yml
1814
package_test:
1915
name: Nightly Packaging
16+
if: github.repository_owner == 'NVIDIA'
2017
uses: ./.github/workflows/remote_package_install.yml

0 commit comments

Comments
 (0)