Skip to content

Commit

Permalink
Update terraform_apply.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Nov 7, 2024
1 parent c4d99a2 commit 252205f
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/terraform_apply.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,13 @@ jobs:
HTTP_PROXY: http://proxy.tco.census.gov:3128
HTTPS_PROXY: http://proxy.tco.census.gov:3128
NO_PROXY: ".census.gov,169.254.169.254,148.129.*,10.*,172.18.*,172.22.*,172.23.*,172.24.*,172.25.*,.eks.amazonaws.com,.s3.amazonaws.com,.amazonaws.com"


- name: s3-cleanup
uses: CSVD/s3-cleanup@main
if: ${{ failure() }}
with:
cache_key: ${{ steps.terraform_init.outputs.s3_upload_path }}
bucket: image-pipeline-assets
Apply:
# The type of runner that the job will run on
runs-on: ["229685449397"]
Expand Down Expand Up @@ -139,4 +145,9 @@ jobs:
HTTPS_PROXY: http://proxy.tco.census.gov:3128
NO_PROXY: ".census.gov,169.254.169.254,148.129.*,10.*,172.18.*,172.22.*,172.23.*,172.24.*,172.25.*,.eks.amazonaws.com,.s3.amazonaws.com,.amazonaws.com"


- name: s3-cleanup
uses: CSVD/s3-cleanup@main
if: ${{ always() }}
with:
cache_key: ${{ steps.terraform_init.outputs.s3_upload_path }}
bucket: image-pipeline-assets

0 comments on commit 252205f

Please sign in to comment.