Skip to content
This repository was archived by the owner on Jul 13, 2022. It is now read-only.

Commit d2f93ae

Browse files
authored
Remove workflow deps for docker deploy (#595)
1 parent a1f18a9 commit d2f93ae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/docker-build-and-push.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
build-and-deploy:
1717
name: Docker Deployment
1818
runs-on: ubuntu-latest
19-
needs: [test, e2e, lint]
2019
if: github.ref == 'refs/heads/main' || contains(github.ref, '/tags/v')
2120
steps:
2221
- name: Prepare

0 commit comments

Comments
 (0)