Skip to content

Commit f696430

Browse files
committed
fix(ci): Turn off nightly CI for forks (for windows)
We tried to do this in 2074, but didn't disable Windows. Signed-off-by: Larry Gritz <lg@larrygritz.com>
1 parent f2cd0ff commit f696430

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ jobs:
567567

568568

569569
windows:
570-
if: ${{ ! contains(github.ref, 'linux-only') && ! contains(github.ref, 'macos-only') && ! contains(github.ref, 'optix-only') }}
570+
if: ${{ (github.event.repository.fork == false || github.event_name != 'schedule') && ! contains(github.ref, 'linux-only') && ! contains(github.ref, 'macos-only') && ! contains(github.ref, 'optix-only') }}
571571
name: "${{matrix.desc}}"
572572
uses: ./.github/workflows/build-steps.yml
573573
with:

0 commit comments

Comments
 (0)