From 08eb84564d2bf4edec6ce2dc319b891c36b1af77 Mon Sep 17 00:00:00 2001 From: jukkap Date: Wed, 9 Oct 2024 16:02:47 +0300 Subject: [PATCH] ci: disable test result publish with tags pushing --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f9c6b8e2..7c4c39dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -142,6 +142,7 @@ jobs: publish-test-results: needs: test-datastore runs-on: ubuntu-latest + if: github.event.ref_type != 'tag' permissions: contents: write issues: write