mirror of
https://github.com/owncast/owncast.git
synced 2024-11-26 23:24:29 +03:00
Update linter.yml
This commit is contained in:
parent
6c2fc91c75
commit
34e1dcfc52
1 changed files with 1 additions and 1 deletions
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 a new issue