Skip to content

Commit

Permalink
temporarily test this branch as for sandbox generation
Browse files Browse the repository at this point in the history
  • Loading branch information
JReinhold committed Feb 9, 2024
1 parent 11a8484 commit 81abd2a
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/generate-sandboxes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
# - <your-branch-name>
push:
branches:
- jeppe/25922-ci-generation-of-sandboxes-fail-sometimes-on-prereleases
# 2. Change the "ref" value to <your-branch-name> 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!
Expand All @@ -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

0 comments on commit 81abd2a

Please sign in to comment.