Skip to content

Commit

Permalink
Move clear_cloudflare_cache to a different job
Browse files Browse the repository at this point in the history
  • Loading branch information
keichan34 committed Nov 29, 2024
1 parent 4bb2719 commit 9c2a16f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/create-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,15 @@ jobs:
run: |
./deploy/01_sync_to_s3.sh
clear-cdn-cache:
needs:
- create-data

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- name: Clear Cloudflare cache
env:
CLOUDFLARE_ZONE_ID: ${{ vars.CLOUDFLARE_ZONE_ID }}
Expand Down

0 comments on commit 9c2a16f

Please sign in to comment.