Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: change liquibase step dependencies
Browse files Browse the repository at this point in the history
fibble committed Jan 28, 2025
1 parent acd73b1 commit 91f3b0f
Showing 2 changed files with 2 additions and 17 deletions.
17 changes: 1 addition & 16 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
@@ -320,9 +320,6 @@ jobs:
liquibase-dev:
name: Liquibase Migrations (dev)
needs:
- release-please
- get-version
- docker
- terraform_env_dev
uses: ./.github/workflows/run-liquibase.yaml
with:
@@ -391,9 +388,6 @@ jobs:
liquibase-int:
name: Database Migrations (int)
needs:
- release-please
- get-version
- test_dev
- terraform_env_int
uses: ./.github/workflows/run-liquibase.yaml
with:
@@ -568,12 +562,6 @@ jobs:
name: Database Migrations (prep)
if: ${{ needs.release-please.outputs.release_created }}
needs:
- release-please
- get-version
- terraform_env_int
- test_int_smoke
- test_int_internal
- test_int_selfserve
- terraform_env_prep
uses: ./.github/workflows/run-liquibase.yaml
with:
@@ -595,7 +583,7 @@ jobs:
if: ${{ always() && !cancelled() && !failure() && needs.terraform_env_prep.result == 'success' }}
needs:
- terraform_env_prep
- liquibase-dev
- liquibase-prep
uses: dvsa/vol-functional-tests/.github/workflows/e2ePrepSmoke.yaml@main
with:
platform_env: prep
@@ -680,9 +668,6 @@ jobs:
needs.release-please.outputs.release_created &&
!contains(needs.get-version.outputs.api, '-')
needs:
- release-please
- get-version
- terraform_env_prod
- terraform_env_prod
uses: ./.github/workflows/run-liquibase.yaml
with:
2 changes: 1 addition & 1 deletion app/api/.gitignore
Original file line number Diff line number Diff line change
@@ -26,4 +26,4 @@ phpcs.xml
phpstan.neon
phpunit.xml
psalm.xml
# Trigger CD - 2025-01-28-09:46
# Trigger CD - 2025-01-28-1607

0 comments on commit 91f3b0f

Please sign in to comment.