Update linter.yml
This commit is contained in:
parent
6c2fc91c75
commit
34e1dcfc52
2
web/.github/workflows/linter.yml
vendored
2
web/.github/workflows/linter.yml
vendored
@ -5,7 +5,7 @@ on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
format:
|
||||
if: ${{ github.actor != 'dependabot' }}
|
||||
if: ${{ github.actor != 'dependabot[bot]' }}
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user