From 271b3b273db8f9453378f1ef488ba956d81c768d Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Sun, 12 May 2024 15:10:28 +0200 Subject: [PATCH] ci: Disable tagging releases in forks --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 58759c64c..69ccb3afc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -112,6 +112,7 @@ jobs: group: ci-tag-${{ (github.ref == 'refs/heads/main' && github.ref) || github.run_id }} cancel-in-progress: true if: | + vars.RELEASE_ENABLED && startsWith(github.ref, 'refs/heads/') && needs.docs.result == 'success' && needs.test.result == 'success' &&