Skip to content

Commit

Permalink
ci: fix cd pipeline (#4192)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoanFM committed Jan 20, 2022
1 parent afef4bb commit df0248b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ jobs:
fail_ci_if_error: false

docker-compose-test:
needs: [commit-lint, lint-flake-8, code-injection]
needs: update-schema
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit df0248b

Please sign in to comment.