Skip to content

Commit 8451760

Browse files
Update nightly workflow
1 parent 49c044b commit 8451760

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ jobs:
9494
retention-days: 7
9595

9696
cpu-tests:
97+
if: github.repository == 'bitsandbytes-foundation/bitsandbytes'
9798
needs: build-cpu
9899
strategy:
99100
fail-fast: false
@@ -138,6 +139,7 @@ jobs:
138139
run: pytest
139140

140141
cuda-tests:
142+
if: github.repository == 'bitsandbytes-foundation/bitsandbytes'
141143
needs: build-cuda
142144
strategy:
143145
fail-fast: false

0 commit comments

Comments
 (0)