Skip to content

Commit f7fa1f3

Browse files
committed
update git actions
1 parent 86288c7 commit f7fa1f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/conformance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)