Skip to content

Commit 9b5a2bd

Browse files
Update CI.yml
1 parent f1b359c commit 9b5a2bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
# Only run if the PR author is Dependabot or pre-commit-ci
7979
if: >
8080
github.actor == 'dependabot[bot]' ||
81-
github.actor == 'pre-commit-ci[bot]'
81+
github.actor == 'pre-commit-ci'
8282
8383
steps:
8484
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)