From f7c03b8476399751db8f2b8dec520148c46c0015 Mon Sep 17 00:00:00 2001 From: Gary Kang <42440452+kangaree@users.noreply.github.com> Date: Wed, 18 Dec 2024 11:02:50 -0500 Subject: [PATCH] Update .github/workflows/github-actions-release-candidate.yml Co-authored-by: Jasper Furniss --- .github/workflows/github-actions-release-candidate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions-release-candidate.yml b/.github/workflows/github-actions-release-candidate.yml index 4b2d441b91..d3938cab2a 100644 --- a/.github/workflows/github-actions-release-candidate.yml +++ b/.github/workflows/github-actions-release-candidate.yml @@ -61,7 +61,7 @@ jobs: fi if echo "$LABELS" | grep -iq "Inactive RC"; then - echo "⛔ PR has the 'Inactive RC' label. Skipping the release candidate process." + echo "⏭️ PR has the 'Inactive RC' label. Skipping the release candidate process." exit 0 # Exit the job early, skipping the rest of the workflow fi