chore: Remove checking of ruff lint and format on push

Remove checking of ruff lint and format on push

Chore COG-650
This commit is contained in:
Igor Ilic 2024-12-18 15:01:13 +01:00
parent 7a9f7b07f6
commit 8ec639a12a
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
name: ruff format
on: [ push, pull_request ]
on: [ pull_request ]
jobs:
ruff:

View file

@ -1,5 +1,5 @@
name: ruff lint
on: [ push, pull_request ]
on: [ pull_request ]
jobs:
ruff: