From 1375b31069ec61e20f5309db36b2378e7c0f22f0 Mon Sep 17 00:00:00 2001 From: mshanemc Date: Wed, 13 Sep 2023 14:26:26 -0700 Subject: [PATCH] ci: clean up stampy buckets after uploading to cli bucket --- .github/workflows/get-signed-from-stampy.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/get-signed-from-stampy.yml b/.github/workflows/get-signed-from-stampy.yml index 340a4325..08863037 100644 --- a/.github/workflows/get-signed-from-stampy.yml +++ b/.github/workflows/get-signed-from-stampy.yml @@ -32,9 +32,6 @@ jobs: run: | node scripts/stampy-signed-upload.js - name: clean up stampy in/out buckets - # waiting on Stampy to enable delete permission on these buckets - # at that point, we can make this an hourly job - if: false env: STAMPY_UNSIGNED_BUCKET: ${{ secrets.STAMPY_UNSIGNED_BUCKET }} STAMPY_SIGNED_BUCKET: ${{ secrets.STAMPY_SIGNED_BUCKET }}