Skip to content

Commit

Permalink
🔧 (aws-weekly.yml): Update workflow to use the main branch for epheme…
Browse files Browse the repository at this point in the history
…ral-cloud-infra.yml instead of DAT-17834 branch. Remove trailing whitespace.
  • Loading branch information
jandroav committed Jun 3, 2024
1 parent e2dbf7a commit 78ff609
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/aws-weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: actions/checkout@v4

deploy-ephemeral-cloud-infra:
uses: liquibase/build-logic/.github/workflows/ephemeral-cloud-infra.yml@DAT-17834
uses: liquibase/build-logic/.github/workflows/ephemeral-cloud-infra.yml@main
secrets: inherit
with:
deploy: true
Expand Down Expand Up @@ -301,7 +301,7 @@ jobs:
destroy-ephemeral-cloud-infra:
if: always()
needs: [ deploy-ephemeral-cloud-infra, test ]
uses: liquibase/build-logic/.github/workflows/ephemeral-cloud-infra.yml@DAT-17834
uses: liquibase/build-logic/.github/workflows/ephemeral-cloud-infra.yml@main
secrets: inherit
with:
destroy: true
Expand All @@ -313,4 +313,3 @@ jobs:
aws_mssql: ${{ contains(inputs.databases, 'mssql') }}
aws_aurora_postgres: ${{ contains(inputs.databases, 'postgresql:aurora') }}
aws_mysql: ${{ contains(inputs.databases, 'mysql:aws') }}

0 comments on commit 78ff609

Please sign in to comment.