diff options
| author | Acid Chicken (硫酸鶏) <root@acid-chicken.com> | 2023-04-07 23:27:22 +0900 |
|---|---|---|
| committer | Acid Chicken (硫酸鶏) <root@acid-chicken.com> | 2023-04-07 23:27:22 +0900 |
| commit | 79f198e4f174261fd7d1936b3d161fd557e1bd37 (patch) | |
| tree | a77fd0f096b1b168a2b632661c4a1e05f5e7ca2f /.github/workflows | |
| parent | Update CHANGELOG.md (diff) | |
| download | sharkey-79f198e4f174261fd7d1936b3d161fd557e1bd37.tar.gz sharkey-79f198e4f174261fd7d1936b3d161fd557e1bd37.tar.bz2 sharkey-79f198e4f174261fd7d1936b3d161fd557e1bd37.zip | |
ci: ignore develop commits
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/storybook.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/storybook.yml b/.github/workflows/storybook.yml index 1296477faf..3a62bf2378 100644 --- a/.github/workflows/storybook.yml +++ b/.github/workflows/storybook.yml @@ -53,7 +53,7 @@ jobs: CHROMATIC_PROJECT_TOKEN: ${{ secrets.CHROMATIC_PROJECT_TOKEN }} - name: Notify that Chromatic will skip testing uses: actions/github-script@v6.4.0 - if: github.ref != 'refs/heads/master' && steps.chromatic.outputs.skip == 'true' + if: github.ref != 'refs/heads/master' && github.ref != 'refs/heads/develop' && steps.chromatic.outputs.skip == 'true' with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | |