We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed213d4 commit a315e51Copy full SHA for a315e51
1 file changed
.github/workflows/ci.yml
@@ -17,7 +17,10 @@ jobs:
17
format:
18
runs-on: ubuntu-latest
19
name: Auto-format
20
- if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository
+ if: >
21
+ github.event_name == 'pull_request'
22
+ && github.event.pull_request.head.repo.full_name == github.repository
23
+ && github.actor != 'dependabot[bot]'
24
steps:
25
- uses: actions/checkout@v6
26
with:
0 commit comments