From ad94bb69191bb2402ecad645ee72893ba26dcf84 Mon Sep 17 00:00:00 2001 From: Rushil Perera Date: Sun, 2 Jun 2024 07:49:28 -0400 Subject: [PATCH] Disable GH action temporarily This is only until v2 is ready --- .github/workflows/main.yml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3ab34f2..392fde0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,20 +1,20 @@ name: Deploy -on: - push: - branches: - - main +# on: +# push: +# branches: +# - main -jobs: - deploy: - runs-on: ubuntu-latest - name: Deploy - steps: - - uses: actions/checkout@v4 - - uses: oven-sh/setup-bun@v1 - with: - bun-download-url: "https://github.com/oven-sh/bun/releases/latest/download/bun-${{runner.os == 'macOS' && 'darwin' || runner.os}}-${{ runner.arch == 'X64' && 'x64' || 'arm64' }}.zip" - - name: Deploy - uses: cloudflare/wrangler-action@v3 - with: - apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} +# jobs: +# deploy: +# runs-on: ubuntu-latest +# name: Deploy +# steps: +# - uses: actions/checkout@v4 +# - uses: oven-sh/setup-bun@v1 +# with: +# bun-download-url: "https://github.com/oven-sh/bun/releases/latest/download/bun-${{runner.os == 'macOS' && 'darwin' || runner.os}}-${{ runner.arch == 'X64' && 'x64' || 'arm64' }}.zip" +# - name: Deploy +# uses: cloudflare/wrangler-action@v3 +# with: +# apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}