Skip to content

Commit

Permalink
🔧 (aws-weekly.yml): Update workflow to use the 'main' branch for ephe…
Browse files Browse the repository at this point in the history
…meral-cloud-infra.yml instead of DAT-17834 branch
  • Loading branch information
jandroav committed Jun 3, 2024
1 parent d6f37c8 commit 9b6e593
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 Down

0 comments on commit 9b6e593

Please sign in to comment.