From ba52abe50fe0db44c32ccca9c9050c7ae209eb5f Mon Sep 17 00:00:00 2001 From: LongYinan Date: Tue, 11 Feb 2025 21:18:12 +0800 Subject: [PATCH] ci: remove cf worker deploy job --- .github/workflows/workers.yml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .github/workflows/workers.yml diff --git a/.github/workflows/workers.yml b/.github/workflows/workers.yml deleted file mode 100644 index 3400630928..0000000000 --- a/.github/workflows/workers.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: Deploy Cloudflare Worker - -on: - push: - branches: - - canary - paths: - - tools/workers/** - -jobs: - deploy: - runs-on: ubuntu-latest - name: Deploy - environment: stable - steps: - - uses: actions/checkout@v4 - - name: Publish - uses: cloudflare/wrangler-action@v3.14.0 - with: - apiToken: ${{ secrets.CF_API_TOKEN }} - accountId: ${{ secrets.CF_ACCOUNT_ID }} - workingDirectory: 'tools/workers' - packageManager: 'yarn'