From 4d4ce5e2560ccadb271ee61a051be57da695ed25 Mon Sep 17 00:00:00 2001 From: Emma Jamieson-Hoare Date: Wed, 6 May 2026 10:59:53 +0100 Subject: [PATCH] chore: remove snapshots preview trigger workaround --- .github/workflows/pull-request.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 3042433f4..b468de11e 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -112,16 +112,6 @@ jobs: run: pnpm build working-directory: apps/${{ matrix.app }} - - name: Apply Preview Triggers - if: steps.changes.outputs.relevant == 'true' && matrix.app == 'tempo-snapshots-viewer' - uses: cloudflare/wrangler-action@da0e0dfe58b7a431659754fdf3f186c529afbe65 - with: - apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} - accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} - workingDirectory: apps/${{ matrix.app }} - environment: ${{ env.CLOUDFLARE_ENV }} - command: triggers deploy - - name: Upload Worker Version if: steps.changes.outputs.relevant == 'true' id: deploy