From 81abd2ac5f5f5c0f6b2a1d65b1972650cf86949e Mon Sep 17 00:00:00 2001 From: Jeppe Reinhold Date: Fri, 9 Feb 2024 23:08:06 +0100 Subject: [PATCH] temporarily test this branch as for sandbox generation --- .github/workflows/generate-sandboxes.yml | 26 ++++++++++++------------ 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/generate-sandboxes.yml b/.github/workflows/generate-sandboxes.yml index dd80cefcb790..af353f6b19aa 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: + - jeppe/25922-ci-generation-of-sandboxes-fail-sometimes-on-prereleases # 2. Change the "ref" value to in the actions/checkout step below. # 3. Comment out the whole "generate-main" job starting at line 26 # 3. 👉 DON'T FORGET TO UNDO STEP 2 AND 3 BEFORE YOU MERGE YOUR CHANGES! @@ -19,16 +19,16 @@ jobs: steps: - uses: actions/checkout@v4 with: - ref: next + ref: jeppe/25922-ci-generation-of-sandboxes-fail-sometimes-on-prereleases - uses: .github/actions/generate-sandboxes-composite-action.yml with: destination-branch: next - generate-main: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - with: - ref: main - - uses: .github/actions/generate-sandboxes-composite-action.yml - with: - destination-branch: main + # generate-main: + # runs-on: ubuntu-latest + # steps: + # - uses: actions/checkout@v4 + # with: + # ref: main + # - uses: .github/actions/generate-sandboxes-composite-action.yml + # with: + # destination-branch: main