diff --git a/.github/workflows/workflow_destroy_on_merge.yml b/.github/workflows/workflow_destroy_on_merge.yml index fac60b0daf..31d9acbf6f 100644 --- a/.github/workflows/workflow_destroy_on_merge.yml +++ b/.github/workflows/workflow_destroy_on_merge.yml @@ -30,7 +30,7 @@ on: jobs: workspace_name: - uses: ministryofjustice/opg-github-workflows/.github/workflows/data-parse-workspace.yml@bd6ac6106a4adda64cecefa3632fb64ab0ddab4b # v1.36.0 + uses: ministryofjustice/opg-github-workflows/.github/workflows/data-parse-workspace.yml@383650d409aad063a69ce6cc3a013ac538cc1508 if: github.event.pull_request.merged == true cleanup_workspace: diff --git a/scripts/pipeline/workspace_cleanup/destroy_workspace.sh b/scripts/pipeline/workspace_cleanup/destroy_workspace.sh index 361935a913..5d098df838 100755 --- a/scripts/pipeline/workspace_cleanup/destroy_workspace.sh +++ b/scripts/pipeline/workspace_cleanup/destroy_workspace.sh @@ -20,7 +20,7 @@ if [ "$1" == "-h" ]; then fi workspace_name=$1 -reserved_workspaces="default production preproduction development demo ithc" +reserved_workspaces="default production preproduction development demo ur" for workspace in $reserved_workspaces; do if [ "$workspace" == "$workspace_name" ]; then