We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dee3811 commit 84b3e6dCopy full SHA for 84b3e6d
1 file changed
.github/workflows/test-all.yaml
@@ -98,7 +98,7 @@ jobs:
98
runs-on: ubuntu-latest
99
container:
100
image: rocker/r2u:latest
101
- if: github.event.inputs.run_tests == 'yes' and github.event.inputs.run_tensorOps == 'yes'
+ if: github.event.inputs.run_tests == 'yes' or github.event.inputs.run_tensorOps == 'yes'
102
steps:
103
- uses: actions/checkout@v3
104
- name: SessionInfo
0 commit comments