Skip to content

Conversation

@jcfranco
Copy link
Member

@jcfranco jcfranco commented Feb 4, 2026

Related Issue: N/A

Summary

The Deploy Latest workflow should only run on a release branch, so this is adding a check to prevent accidental runs.

@github-actions github-actions bot added the chore Issues with changes that don't modify src or test files. label Feb 4, 2026
- name: Check if on release branch
run: |
if [[ ! "${GITHUB_REF_NAME}" =~ ^releases/ ]]; then
echo "::warning::Not on a release branch (releases/**). Skipping deployment."
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nitpick:

Suggested change
echo "::warning::Not on a release branch (releases/**). Skipping deployment."
echo "::warning:: Not on a release branch (releases/**). Skipping deployment."

@github-actions
Copy link
Contributor

This PR has been automatically marked as stale because it has not had recent activity. Please close your PR if it is no longer relevant. Thank you for your contributions.

@github-actions github-actions bot added the Stale Issues or pull requests that have not had recent activity. label Feb 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore Issues with changes that don't modify src or test files. Stale Issues or pull requests that have not had recent activity.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants