Skip to content

Commit 4d6a6bf

Browse files
committed
change trigger to workflow_dispatch or PR against relevant files
1 parent b8c4e5c commit 4d6a6bf

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/workflows/os-blas-test-matrix.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
name: OS/BLAS test matrix
22

3-
on: pull_request
4-
3+
on:
4+
workflow_dispatch:
5+
pull_request:
6+
paths:
7+
- .github/workflows/os-blas-test-matrix.yml
8+
- .github/scripts/set-conda-test-matrix.py
9+
- .github/scripts/set-conda-pip-matrix.py
10+
- .github/conda-env/build-env.yml
11+
- .github/conda-env/test-env.yml
12+
513
jobs:
614
build-pip:
715
name: Build pip Py${{ matrix.python }}, ${{ matrix.os }}, ${{ matrix.bla_vendor}} BLA_VENDOR

0 commit comments

Comments
 (0)