We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74651c5 commit e25eb5bCopy full SHA for e25eb5b
.github/workflows/nightly.yml
@@ -6,15 +6,12 @@ on:
6
workflow_dispatch:
7
8
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
+ nightly:
+ name: Nightly Pytest
+ - uses: ./.github/workflows/test_linux.yml
+ - uses: ./.github/workflows/test_windows.yml
+ - uses: ./.github/workflows/test_macos.yml
18
package_test:
19
name: Nightly Packaging
+ if: github.repository_owner == 'NVIDIA'
20
uses: ./.github/workflows/remote_package_install.yml
0 commit comments