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 9f68411 commit 2fd2ce1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2fd2ce1

Please sign in to comment.