Skip to content

Commit 1fc0ef6

Browse files
committed
Get rid of commit message check in workflow just for now
1 parent 87d8978 commit 1fc0ef6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/gpu_tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ jobs:
2020
cupy_tests:
2121
name: CuPy GPU
2222
needs: get_commit_message
23-
if: >
24-
needs.get_commit_message.outputs.message == 1
25-
&& (github.repository == 'scipy/xsf' || github.repository == '')
2623
runs-on: ghcr.io/cirruslabs/ubuntu-runner-amd64-gpu:22.04
2724
steps:
2825
- name: Checkout xsf repo

0 commit comments

Comments
 (0)