From 2ac723a7549801e190c0e9a1049d8f2aae4afc1f Mon Sep 17 00:00:00 2001 From: Yann Braga Date: Mon, 1 Jul 2024 17:03:35 +0200 Subject: [PATCH] temporarily add kasper/fix-cra to sandbox generation --- .github/workflows/generate-sandboxes.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/generate-sandboxes.yml b/.github/workflows/generate-sandboxes.yml index 3782aba5d8a8..eeef31814bc7 100644 --- a/.github/workflows/generate-sandboxes.yml +++ b/.github/workflows/generate-sandboxes.yml @@ -6,9 +6,9 @@ on: workflow_dispatch: # To test fixes on push rather than wait for the scheduling, do the following: # 1. Uncomment the lines below and add your branch. - # push: - # branches: - # - + push: + branches: + - kasper/fix-cra # 2. Change the "ref" value to in the actions/checkout step below. # 3. Comment out the whole "generate-main" job starting at line 77 # 4. 👉 DON'T FORGET TO UNDO THE STEPS BEFORE YOU MERGE YOUR CHANGES! @@ -28,12 +28,12 @@ jobs: steps: - uses: actions/checkout@v4 with: - ref: next + ref: kasper/fix-cra - uses: oven-sh/setup-bun@v1 with: bun-version: 1.1.1 - + - uses: actions/setup-node@v4 with: node-version-file: ".nvmrc"