File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -35,16 +35,16 @@ jobs:
3535 save-to-cache : " true"
3636 restore-from-cache : " false"
3737
38- destroy-pr-workspaces :
39- runs-on : [self-hosted, ci]
40- needs : [parse-secrets, build-base]
41- steps :
42- - uses : actions/checkout@v4
43- with :
44- ref : ${{ env.BRANCH_NAME }}
45- fetch-depth : 0
46- - name : Remove PR workspaces
47- uses : ./.github/actions/make/
48- with :
49- command : destroy--redundant-workspaces BRANCH_NAME=origin/${{ env.BRANCH_NAME }} DESTROY_ALL_COMMITS_ON_BRANCH=true KILL_ALL=true TF_CLI_ARGS=${{ env.TF_CLI_ARGS }}
50- requires-aws : true
38+ destroy-pr-workspaces :
39+ runs-on : [self-hosted, ci]
40+ needs : [parse-secrets, build-base]
41+ steps :
42+ - uses : actions/checkout@v4
43+ with :
44+ ref : ${{ env.BRANCH_NAME }}
45+ fetch-depth : 0
46+ - name : Remove PR workspaces
47+ uses : ./.github/actions/make/
48+ with :
49+ command : destroy--redundant-workspaces BRANCH_NAME=origin/${{ env.BRANCH_NAME }} DESTROY_ALL_COMMITS_ON_BRANCH=true KILL_ALL=true TF_CLI_ARGS=${{ env.TF_CLI_ARGS }}
50+ requires-aws : true
You can’t perform that action at this time.
0 commit comments