From 2e4d99ba1c5c2df32bec4ae99eb05c791cf5e0d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20BIDAULT?= Date: Mon, 12 Aug 2024 15:41:14 +0200 Subject: [PATCH] Remove zips deletion action --- .github/workflows/ps8-clean-buckets.yml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .github/workflows/ps8-clean-buckets.yml diff --git a/.github/workflows/ps8-clean-buckets.yml b/.github/workflows/ps8-clean-buckets.yml deleted file mode 100644 index 6a15123f1..000000000 --- a/.github/workflows/ps8-clean-buckets.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: PrestaShop 8 - Clean zips from buckets after merged PR - -on: - pull_request: - types: [closed] - push: - branches: - - "prestashop/8.x" - -env: - ZIP_NAME: ${{ github.event.repository.name }}-${{ github.ref_name }} - -jobs: - remove_zips: - name: Remove zips related to closed PR - runs-on: ubuntu-latest - - steps: - - name: Remove outdated integration zips - shell: bash - run: gcloud storage rm gs://ps-eu-w1-checkout-assets-integration/zips/ps8/${{ github.event.repository.name }}-integration-pr${{ github.event.number }}* - - - name: Remove outdated preproduction zips - shell: bash - run: gcloud storage rm gs://ps-eu-w1-checkout-assets-preproduction/zips/ps8/${{ github.event.repository.name }}-preproduction-pr${{ github.event.number }}*