diff --git a/.github/workflows/generate-sandboxes-next.yml b/.github/workflows/generate-sandboxes-next.yml index b9cef59cda1f..29b45c34696f 100644 --- a/.github/workflows/generate-sandboxes-next.yml +++ b/.github/workflows/generate-sandboxes-next.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: - - norbert/fix-sandbox-generation-script + # push: + # branches: + # - # 2. change the "ref" value to in the actions/checkout step below. # 3. don't forget to undo the values back to `next` before you merge your changes. @@ -24,7 +24,7 @@ jobs: node-version: 16 - uses: actions/checkout@v3 with: - ref: norbert/fix-sandbox-generation-script + ref: next - name: Setup git user run: | git config --global user.name "Storybook Bot"