Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: scidsg/hushline
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: eeb69638dbaa02007ab5d54d63f15559cb83eb0f
Choose a base ref
..
head repository: scidsg/hushline
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5bc3a4cfca823ab5c3acf96f93cda2df005ff32f
Choose a head ref
Showing with 1 addition and 0 deletions.
  1. +1 −0 .github/workflows/dev_deploy.yml
1 change: 1 addition & 0 deletions .github/workflows/dev_deploy.yml
Original file line number Diff line number Diff line change
@@ -130,6 +130,7 @@ jobs:
uses: dflook/terraform-destroy-workspace@v1.43.0
if: contains(github.event.pull_request.labels.*.name, 'deploy')
id: first_try
continue-on-error: true
with:
path: ${{ env.DEV_TF_PATH }}
workspace: ${{ env.WORKSPACE_NAME }}