File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -207,14 +207,14 @@ jobs:
207207 working-directory : ./tests
208208
209209 - name : Upload profile to GitHub
210- if : ${{ inputs.enable-inference-extension }} && ${{ inputs.enable- experimental }} # add experimental flag to filter result upload
210+ if : ${{ inputs.enable-experimental }} # add experimental flag to filter result upload
211211 uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
212212 with :
213213 name : conformance-profile-inference-${{ inputs.image }}-${{ inputs.k8s-version }}-${{ steps.ngf-meta.outputs.version }}-${{ github.run_id }}
214214 path : ./tests/conformance-profile-inference.yaml
215215
216216 - name : Upload profile to release
217- if : ${{ inputs.production-release && inputs.enable-inference-extension }}
217+ if : ${{ inputs.production-release && inputs.enable-experimental }}
218218 env :
219219 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
220220 run : gh release upload ${{ github.ref_name }} conformance-profile-inference.yaml --clobber
You can’t perform that action at this time.
0 commit comments