Skip to content

Commit

Permalink
Merge pull request #279 from unboxed/remove-db-migrate-task
Browse files Browse the repository at this point in the history
Remove leftover task dependency
  • Loading branch information
benjamineskola authored Jan 13, 2025
2 parents ef569c8 + fa10b42 commit 4555819
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
deploy-services:
name: Deploy services to ${{ inputs.environment-name }}
runs-on: ubuntu-22.04
needs: [build-image, deploy-db-migrate-service]
needs: [build-image]
strategy:
matrix:
service_type: ['console', 'web']
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
tag-release:
name: Tag release
runs-on: ubuntu-22.04
needs: [build-image, deploy-db-migrate-service]
needs: [build-image]
permissions:
contents: write

Expand Down

0 comments on commit 4555819

Please sign in to comment.