1 parent 9aaff8c commit ab04753Copy full SHA for ab04753
1 file changed
.github/workflows/tests-pr.yml
@@ -1,6 +1,8 @@
1
name: PR Tests
2
3
on:
4
+ push: {} # Run on every push
5
+ workflow_dispatch: {} # Allow manual trigger
6
pull_request:
7
types: [opened, synchronize, reopened]
8
branches: [main]
@@ -24,7 +26,6 @@ concurrency:
24
26
jobs:
25
27
test-cpu:
28
name: CPU
- if: github.repository == 'bitsandbytes-foundation/bitsandbytes'
29
strategy:
30
fail-fast: false
31
matrix:
@@ -65,7 +66,6 @@ jobs:
65
66
67
test-cuda:
68
name: CUDA ${{ matrix.cuda_version }} (${{ matrix.platform }}, ${{ matrix.gpu_type }}, ${{ matrix.torch_version }})
69
70
71
0 commit comments