From b1ab6ba762728f67499e9f508e25894df95ef0c6 Mon Sep 17 00:00:00 2001 From: sarayourfriend <24264157+sarayourfriend@users.noreply.github.com> Date: Tue, 12 Dec 2023 18:02:38 +1100 Subject: [PATCH] Remove staging thumbnails deployment (#3509) Depends on https://github.com/WordPress/openverse-infrastructure/pull/720 --- .github/workflows/ci_cd.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 9ee329c9749..26a57ce5283 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -1025,22 +1025,6 @@ jobs: wait_time: 60 # check every minute max_time: 1800 # allow up to 30 minutes for a deployment - - name: Deploy staging thumbnails - uses: felixp8/dispatch-and-wait@v0.1.0 - with: - owner: WordPress - repo: openverse-infrastructure - token: ${{ secrets.ACCESS_TOKEN }} - event_type: deploy_staging_api_thumbnails - client_payload: | - { - "actor": "${{ github.actor }}", - "tag": "${{ needs.get-image-tag.outputs.image_tag }}", - "run_name": "${{ steps.commit.outputs.commit_message }}" - } - wait_time: 60 # check every minute - max_time: 1800 # allow up to 30 minutes for a deployment - ################ # Notification # ################