From a00d510a751900a4deb5f24a91cd1822ef7c1a10 Mon Sep 17 00:00:00 2001 From: wakonig_k Date: Mon, 19 May 2025 16:20:24 +0200 Subject: [PATCH] fix: skip actions on new tags --- .github/workflows/check_pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_pr.yml b/.github/workflows/check_pr.yml index a8b9cdec..dddcfc6f 100644 --- a/.github/workflows/check_pr.yml +++ b/.github/workflows/check_pr.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/github-script@v7 id: script - if: github.event_name == 'push' + if: github.event_name == 'push' && github.event.ref_type != 'tag' with: script: | const prs = await github.rest.pulls.list({