We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfe5425 commit 86cdb31Copy full SHA for 86cdb31
1 file changed
.github/workflows/push.yaml
@@ -15,7 +15,7 @@ jobs:
15
deploy:
16
name: deploy
17
if: startsWith(github.ref, 'refs/tags/v')
18
- needs: lint-test
+ needs: lint
19
runs-on: ubuntu-latest
20
steps:
21
- uses: craftech-io/helm-push-action@v1
0 commit comments