Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

chore: test workflow #7172

Closed
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
25 changes: 25 additions & 0 deletions .github/workflows/generate-preview-link-row-eu.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Generate preview link for ROW and EU

on:
pull_request_target:
types: [opened, synchronize]
branches: "**"

env:
NODE_OPTIONS: '--max-old-space-size=8192'

# concurrency:
# group: cloudflare-pages-build-${{github.head_ref}}
# cancel-in-progress: true

jobs:
build_to_cloudflare_pages:
runs-on: Ubuntu-latest
permissions:
checks: write
pull-requests: write
steps:
- name: Checkout to repo
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
Loading