Skip to content

Commit 2fd2ce1

Browse files
Update CI.yml
1 parent 9f68411 commit 2fd2ce1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/CI.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,7 @@ jobs:
7676
runs-on: ubuntu-latest
7777
needs: [test]
7878
# Only run if the PR author is Dependabot or pre-commit-ci
79-
if: |
80-
github.actor == 'dependabot[bot]' ||
81-
github.actor == 'pre-commit-ci[bot]'
79+
if: github.actor == 'dependabot[bot]' || github.author == 'pre-commit-ci[bot]'
8280

8381
steps:
8482
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)