From 2fd2ce12b88d43a9f44a132f810d146509e0a8d8 Mon Sep 17 00:00:00 2001 From: baseplate-admin <61817579+baseplate-admin@users.noreply.github.com> Date: Mon, 25 Nov 2024 19:59:07 +0600 Subject: [PATCH] Update CI.yml --- .github/workflows/CI.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index c9ba2a8..29f7acd 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -76,9 +76,7 @@ jobs: runs-on: ubuntu-latest needs: [test] # Only run if the PR author is Dependabot or pre-commit-ci - if: | - github.actor == 'dependabot[bot]' || - github.actor == 'pre-commit-ci[bot]' + if: github.actor == 'dependabot[bot]' || github.author == 'pre-commit-ci[bot]' steps: - uses: actions/checkout@v4