We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18dac11 commit 86288c7Copy full SHA for 86288c7
.github/workflows/conformance.yml
@@ -207,7 +207,7 @@ jobs:
207
working-directory: ./tests
208
209
- name: Upload profile to GitHub
210
- if: ${{ inputs.enable-inference-extension }}
+ if: ${{ inputs.enable-inference-extension }} && ${{ inputs.enable-experimental }} # add experimental flag to filter result upload
211
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
212
with:
213
name: conformance-profile-inference-${{ inputs.image }}-${{ inputs.k8s-version }}-${{ steps.ngf-meta.outputs.version }}-${{ github.run_id }}
0 commit comments