From cd4f0d32577b1438479be6b78c311b2a1082b5d6 Mon Sep 17 00:00:00 2001 From: Yann Braga Date: Tue, 2 Jul 2024 11:02:40 +0200 Subject: [PATCH] Revert "temporarily add kasper/fix-cra to sandbox generation" This reverts commit 2ac723a7549801e190c0e9a1049d8f2aae4afc1f. --- .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 eeef31814bc7..3782aba5d8a8 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: - - kasper/fix-cra + # push: + # branches: + # - # 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: kasper/fix-cra + ref: next - uses: oven-sh/setup-bun@v1 with: bun-version: 1.1.1 - + - uses: actions/setup-node@v4 with: node-version-file: ".nvmrc"