From d280a54a03627fa2ae444a28817e836e83675895 Mon Sep 17 00:00:00 2001 From: Ruaridh <86845749+RooRay@users.noreply.github.com> Date: Sat, 25 May 2024 18:20:16 +0100 Subject: [PATCH] Temporarily disable GitHub Actions to fix Cloudflare-related issues --- .github/workflows/deploy.yml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 272e7f7..f0fdf21 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,17 +1,17 @@ -name: Deploy to Cloudflare Workers +# name: Test and Deploy to Cloudflare Workers -on: - push: - branches: - - main +#on: +# push: +# branches: +# - main -jobs: - deploy: - runs-on: ubuntu-latest - name: Deploy to Cloudflare Workers - steps: - - uses: actions/checkout@v4 - - name: Deploy to Cloudflare Workers - uses: cloudflare/wrangler-action@v3 - with: - apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} \ No newline at end of file +#jobs: +# deploy: +# runs-on: ubuntu-latest +# name: Deploy to Cloudflare Workers +# steps: +# - uses: actions/checkout@v4 +# - name: Deploy to Cloudflare Workers +# uses: cloudflare/wrangler-action@v3 +# with: +# apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} \ No newline at end of file