Skip to content

Commit

Permalink
Remove lint workflow on push
Browse files Browse the repository at this point in the history
  • Loading branch information
emnigma committed Jan 18, 2024
1 parent d4b8099 commit 734b421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_linting.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Python linting

on: [push, pull_request]
on: [pull_request]

jobs:
lint:
Expand Down

0 comments on commit 734b421

Please sign in to comment.