From 5c0269dc5aa00133809943f6d32bb6908a93f7b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Thu, 6 Jul 2023 21:50:21 +0200 Subject: [PATCH] gha: ci: Add pr-number input to the correct job MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It must have been an input for the AKS jobs, not the SNP one. Signed-off-by: Fabiano FidĂȘncio --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: