From 159dcf168efebf5c5d21b4a54c60fc3f11e8e63a Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Thu, 11 Jul 2024 23:19:36 -0700 Subject: [PATCH] fix: always checkout repo on chromatic workflow --- .github/workflows/chromatic.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index f3a8e288b..82ab098ee 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -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