diff --git a/.github/workflows/chromatic_deploy.yml b/.github/workflows/chromatic_deploy.yml index 2724a6b..72b64b5 100644 --- a/.github/workflows/chromatic_deploy.yml +++ b/.github/workflows/chromatic_deploy.yml @@ -5,7 +5,7 @@ on: push jobs: chromatic-deployment: runs-on: ubuntu-latest - + if: !contains(github.event.head_commit.message , 'dependabot') steps: - uses: actions/checkout@v1 - name: Install dependencies