Skip to content

Commit

Permalink
chore(cf): reformat ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hazcod authored May 27, 2024
1 parent 51031db commit 8523207
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/cloudflare.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Cloudflare

on:
push:
branches:
- master
branches: [master,main]

jobs:
cloudflareclearcache:

cfclearcache:
name: Clear cloudflare cache
runs-on: ubuntu-latest
steps:
Expand All @@ -18,9 +18,8 @@ jobs:
CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }}

-
name: Purge cache for ironpeak.services
name: Purge cache for ironpeak.services
uses: jakejarvis/[email protected]
env:
CLOUDFLARE_ZONE: '81314d32814812bcba7b800f8f07a590'
CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }}

0 comments on commit 8523207

Please sign in to comment.