diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7a1bcdd22..1ceef41fc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -38,6 +38,7 @@ jobs: repo: ${{ github.repository_owner }}/kata-deploy-ci tag: ${{ inputs.tag }}-amd64 commit-hash: ${{ inputs.commit-hash }} + pr-number: ${{ inputs.pr-number }} secrets: inherit run-k8s-tests-on-sev: @@ -56,7 +57,6 @@ jobs: registry: ghcr.io repo: ${{ github.repository_owner }}/kata-deploy-ci tag: ${{ inputs.tag }}-amd64 - pr-number: ${{ inputs.pr-number }} commit-hash: ${{ inputs.commit-hash }} run-k8s-tests-on-tdx: