From b21bdd9e00f70493ebf978c07b141b355d0999d0 Mon Sep 17 00:00:00 2001 From: Dmytro Shevtsov Date: Fri, 3 Nov 2023 14:38:33 -0500 Subject: [PATCH] Delete "Delay purge" steps --- .github/workflows/publish.yml | 3 --- .github/workflows/stage.yml | 3 --- 2 files changed, 6 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0580d0228..09497e7bf 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -123,9 +123,6 @@ jobs: target: ${{ needs.set-state.outputs.path_prefix }} connection-string: ${{ secrets.AIO_AZURE_PROD_CONNECTION_STRING }} remove-existing-files: 'true' - - name: Delay purge - run: sleep 60s - shell: bash - name: Purge Fastly Cache uses: AdobeDocs/gatsby-fastly-purge-action@master with: diff --git a/.github/workflows/stage.yml b/.github/workflows/stage.yml index 520ed0315..dd8c97d28 100644 --- a/.github/workflows/stage.yml +++ b/.github/workflows/stage.yml @@ -142,9 +142,6 @@ jobs: connection-string: ${{ secrets.AIO_AZURE_DEV_CONNECTION_STRING }} remove-existing-files: 'true' exclude-subfolder: ${{ needs.set-state.outputs.exclude_subfolder }} - - name: Delay purge - run: sleep 60s - shell: bash - name: Purge Fastly Cache uses: AdobeDocs/gatsby-fastly-purge-action@master with: