Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
baseplate-admin authored Nov 25, 2024
1 parent 9b5a2bd commit 9f68411
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ jobs:
runs-on: ubuntu-latest
needs: [test]
# Only run if the PR author is Dependabot or pre-commit-ci
if: >
if: |
github.actor == 'dependabot[bot]' ||
github.actor == 'pre-commit-ci'
github.actor == 'pre-commit-ci[bot]'
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 9f68411

Please sign in to comment.