mirror of
https://github.com/System-End/hackatime-desktop.git
synced 2026-04-19 18:35:18 +00:00
chore(ci): disable run linter on leafdbot pr
This commit is contained in:
parent
bf05fb26cc
commit
00be830373
1 changed files with 1 additions and 1 deletions
2
.github/workflows/lint.yaml
vendored
2
.github/workflows/lint.yaml
vendored
|
|
@ -14,7 +14,7 @@ jobs:
|
|||
lint:
|
||||
name: LINTEEER
|
||||
runs-on: blacksmith-4vcpu-ubuntu-2404
|
||||
if: github.event.action != 'closed'
|
||||
if: github.event.action != 'closed' && github.event.pull_request.user.login != 'leafdbot[bot]'
|
||||
env:
|
||||
APPLY_FIXES: all
|
||||
APPLY_FIXES_EVENT: all
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue