diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/update-instances.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/update-instances.yml b/.github/workflows/update-instances.yml index 59341e1..1416b46 100644 --- a/.github/workflows/update-instances.yml +++ b/.github/workflows/update-instances.yml @@ -209,6 +209,12 @@ jobs: # ============================================================== # ============================================================== + # Filter out Cloudflared instances from services-full.json into + # services.json + # ============================================================== + ./tools/un-cloudflare.sh + + # ============================================================== # Push changes # ============================================================== git add services.json services-full.json |
