Skip to content

Commit

Permalink
Remove unnecessary if condition
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwgillespie committed Mar 22, 2021
1 parent 30720c3 commit 0ce40bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -24,7 +24,6 @@ jobs:
- run: yarn install --immutable
- run: yarn build:icons
- run: yarn chromatic --exit-once-uploaded --exit-zero-on-changes
if: github.actor != 'dependabot[bot]'
working-directory: storybook/
env:
CHROMATIC_PROJECT_TOKEN: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
Expand Down

0 comments on commit 0ce40bc

Please sign in to comment.