Skip to content

Worker Regions Monitor #28

Worker Regions Monitor

Worker Regions Monitor #28

Workflow file for this run

name: Worker Regions Monitor
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 }}