Skip to content

Commit

Permalink
ci(server): remove deleted needs
Browse files Browse the repository at this point in the history
Signed-off-by: Quentin Guidée <[email protected]>
  • Loading branch information
quentinguidee committed Mar 4, 2024
1 parent 4a6162e commit 964c6fd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,6 @@ jobs:
name: Trigger docapi
runs-on: ubuntu-latest
needs:
- build-bundle
- build-microservices
- build-docker-bundle
- build-docker-microservices
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v')
Expand All @@ -198,8 +196,6 @@ jobs:
name: Promote Docker images
runs-on: ubuntu-latest
needs:
- build-bundle
- build-microservices
- build-docker-bundle
- build-docker-microservices
if: startsWith(github.ref, 'refs/tags/v')
Expand Down

0 comments on commit 964c6fd

Please sign in to comment.