From 43bc32c77b6fd3b20a7a07e307e348b1572ac690 Mon Sep 17 00:00:00 2001 From: Alex Shevchuk Date: Fri, 12 Sep 2025 18:05:32 +0300 Subject: [PATCH] 65 --- .gitea/workflows/ci.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 7e3c522..cd87e6d 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -5,14 +5,10 @@ on: branches: - master - release - tags: - - '*' push: branches: - master - release - tags: - - '*' jobs: lint: @@ -144,9 +140,8 @@ jobs: name: Tag Commit runs-on: ubuntu-22.04 rules: - - if: $CI_COMMIT_TAG + - if: github.event_name == 'push' && github.ref_type == 'tag' when: never - - when: always # needs: lint steps: