Skip to content

Commit 86cdb31

Browse files
committed
Changed dependency of deploy to lint in workflow
1 parent bfe5425 commit 86cdb31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
deploy:
1616
name: deploy
1717
if: startsWith(github.ref, 'refs/tags/v')
18-
needs: lint-test
18+
needs: lint
1919
runs-on: ubuntu-latest
2020
steps:
2121
- uses: craftech-io/helm-push-action@v1

0 commit comments

Comments
 (0)