Skip to content

Commit

Permalink
ci: remove unused workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Nagi-ovo committed May 16, 2024
1 parent 04760ae commit 3371ed5
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/purge-cache.yml
Original file line number Diff line number Diff line change
@@ -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 }}

0 comments on commit 3371ed5

Please sign in to comment.