From 3371ed58dbf5078e106534e1fcff8fc56e73fbcf Mon Sep 17 00:00:00 2001 From: Nagi-ovo <13264500190@163.com> Date: Thu, 16 May 2024 21:01:36 +0800 Subject: [PATCH] ci: remove unused workflow --- .github/workflows/purge-cache.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/purge-cache.yml b/.github/workflows/purge-cache.yml index f3bf573..4acfd62 100644 --- a/.github/workflows/purge-cache.yml +++ b/.github/workflows/purge-cache.yml @@ -1,17 +1,17 @@ -name: Purge Cache +#name: Purge Cache # on: [deployment_status] -concurrency: - group: ${{ github.job }}-${{ github.ref }} - cancel-in-progress: true +#concurrency: +# group: ${{ github.job }}-${{ github.ref }} +# cancel-in-progress: true -jobs: - purge-everything: - if: ${{ github.event.deployment_status.state == 'success' && github.event.deployment_status.environment == 'Production' }} - runs-on: ubuntu-latest - steps: - - name: Purge cache - uses: jakejarvis/cloudflare-purge-action@master - env: - CLOUDFLARE_ZONE: ${{ secrets.CLOUDFLARE_ZONE }} - CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }} +#jobs: +# purge-everything: +# if: ${{ github.event.deployment_status.state == 'success' && github.event.deployment_status.environment == 'Production' }} +# runs-on: ubuntu-latest +# steps: +# - name: Purge cache +# uses: jakejarvis/cloudflare-purge-action@master +# env: +# CLOUDFLARE_ZONE: ${{ secrets.CLOUDFLARE_ZONE }} +# CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }}