Skip to content

Commit

Permalink
Purge CDN Cache workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bigboydiamonds committed Jul 8, 2024
1 parent 9779cda commit 17c9309
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/purge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Purge Cache (jsDelivr)

on:
push:
paths:
- 'packages/synapse-interface/public/pauses/v1/**'

jobs:
purge-cache:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Purge CDN Caches
uses: egad13/purge-jsdelivr-cache@v1
with:
url: 'https://cdn.jsdelivr.net/gh/synapsecns/sanguine@master/packages/synapse-interface/public/pauses/v1/paused-chains.json' |
'https://cdn.jsdelivr.net/gh/synapsecns/sanguine@master/packages/synapse-interface/public/pauses/v1/paused-bridge-modules.json'

0 comments on commit 17c9309

Please sign in to comment.