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:
parent
7a9f7b07f6
commit
8ec639a12a
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ruff_format.yaml
vendored
2
.github/workflows/ruff_format.yaml
vendored
|
|
@ -1,5 +1,5 @@
|
|||
name: ruff format
|
||||
on: [ push, pull_request ]
|
||||
on: [ pull_request ]
|
||||
|
||||
jobs:
|
||||
ruff:
|
||||
|
|
|
|||
2
.github/workflows/ruff_lint.yaml
vendored
2
.github/workflows/ruff_lint.yaml
vendored
|
|
@ -1,5 +1,5 @@
|
|||
name: ruff lint
|
||||
on: [ push, pull_request ]
|
||||
on: [ pull_request ]
|
||||
|
||||
jobs:
|
||||
ruff:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue