Skip to content

Commit cfe125a

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/nightly.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,17 @@ on:
88
jobs:
99
linux:
1010
name: Nightly Linux
11+
if: github.repository_owner == 'NVIDIA'
1112
uses: ./.github/workflows/test_linux.yml
1213
windows:
1314
name: Nightly Windows
15+
if: github.repository_owner == 'NVIDIA'
1416
uses: ./.github/workflows/test_windows.yml
1517
macos:
1618
name: Nightly MacOS
19+
if: github.repository_owner == 'NVIDIA'
1720
uses: ./.github/workflows/test_macos.yml
1821
package_test:
1922
name: Nightly Packaging
23+
if: github.repository_owner == 'NVIDIA'
2024
uses: ./.github/workflows/remote_package_install.yml

0 commit comments

Comments
 (0)