don't clear cache from the ci sandbox

This commit is contained in:
antelle 2020-06-13 13:08:00 +02:00
parent cc5a465dc3
commit f8319408f1
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
1 changed files with 1 additions and 0 deletions

View File

@ -535,6 +535,7 @@ jobs:
if: ${{ github.repository == 'keeweb/keeweb' }}
run: gsutil -m rsync -r -d -x "^\." gh-pages gs://app.keeweb.info/
- name: Purge CloudFlare cache
if: ${{ github.repository == 'keeweb/keeweb' }}
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
run: |