Use correct SHA in CI

This commit is contained in:
Matt Pryor 2024-02-03 05:24:24 +00:00 committed by GitHub
parent 2473330521
commit 61f2277754
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,7 +49,7 @@ jobs:
uses: ./.github/workflows/publish-charts.yaml
secrets: inherit
with:
ref: ${{ github.sha }}
ref: ${{ github.event.pull_request.head.sha }}
test:
needs: [mirror_container_images, ensure_capi_images, publish_charts]