From 92b93351d9e03552712c25ae5b023813c98a84b1 Mon Sep 17 00:00:00 2001 From: Yann Braga Date: Tue, 18 Apr 2023 07:54:34 +0200 Subject: [PATCH] Revert "debug" This reverts commit 12b1422b1e05122082a79c971ef661806587e2c3. --- .github/workflows/generate-sandboxes-next.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/generate-sandboxes-next.yml b/.github/workflows/generate-sandboxes-next.yml index 823c62794b5..29b45c34696 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: - - feat/improve-sandboxes-commit-message + # 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: feat/improve-sandboxes-commit-message + ref: next - name: Setup git user run: | git config --global user.name "Storybook Bot"