Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading