Skip to content

Commit

Permalink
only run nighly in the core repository
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartin-tech committed Jan 29, 2025
1 parent 74651c5 commit cfe125a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,17 @@ on:
jobs:
linux:
name: Nightly Linux
if: github.repository_owner == 'NVIDIA'
uses: ./.github/workflows/test_linux.yml
windows:
name: Nightly Windows
if: github.repository_owner == 'NVIDIA'
uses: ./.github/workflows/test_windows.yml
macos:
name: Nightly MacOS
if: github.repository_owner == 'NVIDIA'
uses: ./.github/workflows/test_macos.yml
package_test:
name: Nightly Packaging
if: github.repository_owner == 'NVIDIA'
uses: ./.github/workflows/remote_package_install.yml

0 comments on commit cfe125a

Please sign in to comment.