Skip to content

Commit ab04753

Browse files
committed
run pr test manually and on push on forked repo
1 parent 9aaff8c commit ab04753

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: PR Tests
22

33
on:
4+
push: {} # Run on every push
5+
workflow_dispatch: {} # Allow manual trigger
46
pull_request:
57
types: [opened, synchronize, reopened]
68
branches: [main]
@@ -24,7 +26,6 @@ concurrency:
2426
jobs:
2527
test-cpu:
2628
name: CPU
27-
if: github.repository == 'bitsandbytes-foundation/bitsandbytes'
2829
strategy:
2930
fail-fast: false
3031
matrix:
@@ -65,7 +66,6 @@ jobs:
6566

6667
test-cuda:
6768
name: CUDA ${{ matrix.cuda_version }} (${{ matrix.platform }}, ${{ matrix.gpu_type }}, ${{ matrix.torch_version }})
68-
if: github.repository == 'bitsandbytes-foundation/bitsandbytes'
6969
strategy:
7070
fail-fast: false
7171
matrix:

0 commit comments

Comments
 (0)