From 90f5a53ad43eb194135fdc3ed5390eb42293fd8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=98=D0=9D?= Date: Fri, 29 May 2026 04:26:56 +0000 Subject: [PATCH] =?UTF-8?q?ci:=20=D1=83=D0=B1=D1=80=D0=B0=D1=82=D1=8C=20li?= =?UTF-8?q?nt=20=D0=B8=D0=B7=20needs=20deploy-job=20(#5)=20Co-authored-by:?= =?UTF-8?q?=20=D0=9C=D0=98=D0=9D=20=20Co-commit?= =?UTF-8?q?ted-by:=20=D0=9C=D0=98=D0=9D=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 7b5564d..51dab3f 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -106,7 +106,10 @@ jobs: deploy: name: Deploy to S1 + S2 if: github.event_name == 'push' && github.ref == 'refs/heads/main' - needs: [lint, build, secret-scan] + # Lint НЕ в needs — он опциональный (исторический долг empty-блоков + # ещё не вычищен, см. branch protection без 'CI / Lint' в required). + # Deploy всё равно зависит от Build и Secret-scan — это критично. + needs: [build, secret-scan] runs-on: ubuntu-latest steps: - uses: actions/checkout@v3