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

Commit

Permalink
chore: test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hasan-deriv committed Feb 27, 2024
1 parent 0a93e5a commit cfe982f
Showing 1 changed file with 25 additions and 0 deletions.
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 }}

0 comments on commit cfe982f

Please sign in to comment.