Update lint.yaml

Remove action run on every push
This commit is contained in:
Phillip Kühne 2023-04-25 16:52:36 +02:00 committed by GitHub
parent d2caaac4bc
commit adebf35d08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
name: Lint
on: [push, pull_request]
on: [pull_request]
jobs:
flake8_py3:
@ -20,4 +20,4 @@ jobs:
with:
checkName: 'flake8_py3' # NOTE: this needs to be the same as the job name
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}