Do not allow chromatic to run for renovate

This commit is contained in:
Gabe Kangas 2022-09-10 22:54:04 -07:00
parent 74b45fdfab
commit 4da4b586cd
No known key found for this signature in database
GPG Key ID: 9A56337728BC81EA

View File

@ -19,6 +19,7 @@ jobs:
steps:
- name: Check out code
if: ${{ github.actor != 'renovate[bot]' }}
uses: actions/checkout@v3
with:
# Make sure the actual branch is checked out when running on pull requests
@ -27,9 +28,12 @@ jobs:
fetch-depth: 0
- name: Install dependencies
if: ${{ github.actor != 'renovate[bot]' }}
run: npm install
- name: Publish to Chromatic
if: ${{ github.actor != 'renovate[bot]' }}
uses: chromaui/action@v1
# Chromatic GitHub Action options
with: