diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ad57a5676d..bef6e33d8b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -43,7 +43,7 @@ jobs: commit-hash: ${{ inputs.commit-hash }} target-branch: ${{ inputs.target-branch }} secrets: inherit - + build-kata-static-tarball-ppc64le: uses: ./.github/workflows/build-kata-static-tarball-ppc64le.yaml with: @@ -62,7 +62,7 @@ jobs: commit-hash: ${{ inputs.commit-hash }} target-branch: ${{ inputs.target-branch }} secrets: inherit - + publish-kata-deploy-payload-ppc64le: needs: build-kata-static-tarball-ppc64le uses: ./.github/workflows/publish-kata-deploy-payload-ppc64le.yaml @@ -203,7 +203,8 @@ jobs: commit-hash: ${{ inputs.commit-hash }} pr-number: ${{ inputs.pr-number }} target-branch: ${{ inputs.target-branch }} - + secrets: inherit + run-k8s-tests-on-ppc64le: needs: publish-kata-deploy-payload-ppc64le uses: ./.github/workflows/run-k8s-tests-on-ppc64le.yaml