🚧 Comment temporary the backend linter when conditions
This commit is contained in:
@@ -1,14 +1,13 @@
|
||||
when:
|
||||
- event: pull_request
|
||||
branch:
|
||||
exclude: [master, release/*]
|
||||
# when:
|
||||
# - event: pull_request
|
||||
# branch:
|
||||
# exclude: [master, release/*]
|
||||
|
||||
steps:
|
||||
- name: prepare
|
||||
image: python:3.12-alpine
|
||||
command: |
|
||||
wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s latest
|
||||
echo "test"
|
||||
pip install poetry
|
||||
cd backend
|
||||
poetry install --only=linters --no-root
|
||||
|
Reference in New Issue
Block a user