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