fix: always checkout repo on chromatic workflow

This commit is contained in:
Gabe Kangas 2024-07-11 23:19:36 -07:00
parent 36c48af6e4
commit 159dcf168e

View File

@ -29,7 +29,6 @@ jobs:
concurrent_skipping: 'same_content_newer'
- name: Check out code
if: ${{ github.actor != 'renovate[bot]' && github.actor != 'renovate' }}
uses: actions/checkout@v4
with:
# Make sure the actual branch is checked out when running on pull requests