We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a65827 commit 443e6b4Copy full SHA for 443e6b4
1 file changed
.github/workflows/integration-test.yml
@@ -138,7 +138,7 @@ jobs:
138
139
# https://github.com/scverse/gpu-ci-config/issues/4
140
- name: Install GitHub CLI
141
- if: (!cancelled()) && matrix.package.gpu && github.event_name == 'schedule'
+ if: failure() && matrix.package.gpu
142
uses: sersoft-gmbh/setup-gh-cli-action@v2
143
with:
144
version: stable
0 commit comments