Skip to content

Commit

Permalink
ci: fix workflow file dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mikonse committed Dec 27, 2023
1 parent 3dbbe00 commit cda990b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/push_on_master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ jobs:
name: "Calculate list of debian distros and docker image tags"
runs-on: ubuntu-latest
needs:
- frontend
- backend
- lint
- build-web
- test
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
Expand Down

0 comments on commit cda990b

Please sign in to comment.