From 0acef099103b0b7556e6a3abc489aa29efd5bbc6 Mon Sep 17 00:00:00 2001 From: Alex Shevchuk Date: Mon, 8 Sep 2025 15:13:54 +0300 Subject: [PATCH] 64 --- .gitea/workflows/ci.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 843d98e..79b0cc3 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -143,6 +143,10 @@ jobs: tag: name: Tag Commit runs-on: ubuntu-22.04 + rules: + - if: $CI_COMMIT_TAG + when: never + - when: always # needs: lint steps: