Skip to content

Commit 84b3e6d

Browse files
committed
Update test-all.yaml
1 parent dee3811 commit 84b3e6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-all.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
runs-on: ubuntu-latest
9999
container:
100100
image: rocker/r2u:latest
101-
if: github.event.inputs.run_tests == 'yes' and github.event.inputs.run_tensorOps == 'yes'
101+
if: github.event.inputs.run_tests == 'yes' or github.event.inputs.run_tensorOps == 'yes'
102102
steps:
103103
- uses: actions/checkout@v3
104104
- name: SessionInfo

0 commit comments

Comments
 (0)