Use correct SHA in CI
This commit is contained in:
parent
2473330521
commit
61f2277754
2
.github/workflows/pr.yaml
vendored
2
.github/workflows/pr.yaml
vendored
@ -49,7 +49,7 @@ jobs:
|
|||||||
uses: ./.github/workflows/publish-charts.yaml
|
uses: ./.github/workflows/publish-charts.yaml
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.sha }}
|
ref: ${{ github.event.pull_request.head.sha }}
|
||||||
|
|
||||||
test:
|
test:
|
||||||
needs: [mirror_container_images, ensure_capi_images, publish_charts]
|
needs: [mirror_container_images, ensure_capi_images, publish_charts]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user