Skip to content

Commit

Permalink
Merge pull request #508 from qld-gov-au/QOLOE-523-Enable-chromatic-on…
Browse files Browse the repository at this point in the history
…-dependabot-builds

[QOLOE-523] Enable chromatic on dependabot builds
  • Loading branch information
duttonw authored Oct 30, 2024
2 parents 749d507 + cc7f30e commit c88cb09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
npm run build-storybook
- name: Publish to Chromatic
if: ${{ github.actor != 'dependabot[bot]' && env.HAVE_CHROMATIC_PROJECT_TOKEN == 'true' && env.IS_CHROMATIC_DISABLED == 'false'}}
if: ${{ env.HAVE_CHROMATIC_PROJECT_TOKEN == 'true' && env.IS_CHROMATIC_DISABLED == 'false'}}
uses: chromaui/action@latest
# Options required to the GitHub Chromatic Action
with:
Expand Down

0 comments on commit c88cb09

Please sign in to comment.