gha: ci: Add pr-number input to the correct job

It must have been an input for the AKS jobs, not the SNP one.

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
Fabiano Fidêncio 2023-07-06 21:50:21 +02:00
parent de83cd9de7
commit 5c0269dc5a

View File

@ -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: