Skip to content

Commit

Permalink
Update .github/workflows/github-actions-release-candidate.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Jasper Furniss  <[email protected]>
  • Loading branch information
kangaree and jasperfurniss authored Dec 18, 2024
1 parent 1ba6ef6 commit f7c03b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-release-candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f7c03b8

Please sign in to comment.