Do not allow chromatic to run for renovate
This commit is contained in:
parent
74b45fdfab
commit
4da4b586cd
4
.github/workflows/chromatic.yml
vendored
4
.github/workflows/chromatic.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user