Skip to content

fix: disable unused Cloudflare region entry to prevent potential conf… #17

fix: disable unused Cloudflare region entry to prevent potential conf…

fix: disable unused Cloudflare region entry to prevent potential conf… #17

Workflow file for this run

name: Monitor Worker Regions
on:
push:
branches: [master]
schedule:
- cron: '22 22 * * *'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version-file: .node-version
- uses: pnpm/action-setup@v4
with:
run_install: |
- recursive: true
args: [--frozen-lockfile, --strict-peer-dependencies]
- run: pnpm run monitor
env:
WORKER_HOST: ${{ vars.WORKER_HOST }}