We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c171f7b commit 6931e82Copy full SHA for 6931e82
.github/workflows/test-pr.yml
@@ -33,6 +33,7 @@ jobs:
33
secrets: inherit
34
35
publish_charts:
36
+ needs: [fail_on_remote]
37
uses: ./.github/workflows/build-push-charts.yml
38
with:
39
ref: ${{ github.sha }}
0 commit comments