mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Added missing if-statement to CI workflow
- without this, we're constantly purging the cache, which exceeds the rate limit afforded to us from jsdelivr
This commit is contained in:
parent
26f429be78
commit
75afbb4f2a
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -1055,6 +1055,7 @@ jobs:
|
|||
run: npm publish --access public
|
||||
|
||||
- name: Purge jsdelivr cache
|
||||
if: env.version_changed == 'true'
|
||||
uses: gacts/purge-jsdelivr-cache@v1
|
||||
with:
|
||||
url: |
|
||||
|
|
Loading…
Add table
Reference in a new issue