We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e44a83c commit 1caa25fCopy full SHA for 1caa25f
1 file changed
.github/workflows/ci.yml
@@ -221,6 +221,7 @@ jobs:
221
uses: ./.github/workflows/build-docs.yml
222
with:
223
build-ctk-ver: ${{ needs.ci-vars.outputs.CUDA_BUILD_VER }}
224
+ is-release: ${{ github.ref_type == 'tag' }}
225
226
checks:
227
name: Check job status
0 commit comments