Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
xicri committed Aug 2, 2024
1 parent cc0737a commit 97120ad
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/purge-cache.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
name: "Purge cache of Cloudflare CDN"

on:
pull_request:
branches:
- main
push:
branches:
- main
check_run:
types:
- completed

jobs:
trigger:
if: ${{ github.event.check_run.name == 'Cloudflare Pages' && github.event.check_run.conclusion == 'success' && github.event.check_run.head_sha == github.sha && github.ref == 'refs/heads/main' && github.repository_owner == 'xicri' }}
timeout-minutes: 3
runs-on: ubuntu-latest
env:
Expand Down

0 comments on commit 97120ad

Please sign in to comment.