mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-05-19 02:51:48 +02:00
Update lint.yaml
Remove action run on every push
This commit is contained in:
parent
d2caaac4bc
commit
adebf35d08
4
.github/workflows/lint.yaml
vendored
4
.github/workflows/lint.yaml
vendored
@ -1,6 +1,6 @@
|
|||||||
name: Lint
|
name: Lint
|
||||||
|
|
||||||
on: [push, pull_request]
|
on: [pull_request]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
flake8_py3:
|
flake8_py3:
|
||||||
@ -20,4 +20,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
checkName: 'flake8_py3' # NOTE: this needs to be the same as the job name
|
checkName: 'flake8_py3' # NOTE: this needs to be the same as the job name
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user