Skip to content

Commit 84ba501

Browse files
committed
Fix dependency cycle
1 parent 6d54b7f commit 84ba501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
2828
build-push:
2929
runs-on: ubuntu-latest
30-
needs: test
30+
needs: lint
3131
if: contains('
3232
refs/heads/master
3333
refs/heads/develop

0 commit comments

Comments
 (0)