We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f68411 commit 2fd2ce1Copy full SHA for 2fd2ce1
.github/workflows/CI.yml
@@ -76,9 +76,7 @@ jobs:
76
runs-on: ubuntu-latest
77
needs: [test]
78
# 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]'
+ if: github.actor == 'dependabot[bot]' || github.author == 'pre-commit-ci[bot]'
82
83
steps:
84
- uses: actions/checkout@v4
0 commit comments