Skip to content

Commit

Permalink
Remove chromatic-main as it's unnecessary
Browse files Browse the repository at this point in the history
  • Loading branch information
envex committed Sep 26, 2023
1 parent 42ad55b commit 9d08637
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 32 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/chromatic-main.yml

This file was deleted.

8 changes: 1 addition & 7 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: push
jobs:
chromatic:
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' && github.ref != 'refs/heads/main'}}
if: ${{ github.actor != 'dependabot[bot]' }}
continue-on-error: true
steps:
- name: Checkout 🛎️
Expand All @@ -29,9 +29,3 @@ jobs:
exitZeroOnChanges: true
exitOnceUploaded: true
buildScriptName: build-storybook:chromatic
- name: Add Chromatic link to PR
uses: unsplash/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
msg: "Chromatic Storybook: [${{ steps.chromatic.outputs.storybookUrl }}](${{ steps.chromatic.outputs.storybookUrl }})"

0 comments on commit 9d08637

Please sign in to comment.