Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update tag pattern in GitHub Workflows #311

Merged

Conversation

oliverholworthy
Copy link
Member

Part of NVIDIA-Merlin/Merlin#961

Update pattern used to match tags when running workflows. From v* to v[0-9]+.[0-9]+.[0-9]+

This pattern ensures we only run these workflows with the tags corresponding to a release (e.g. v23.04.00. Ignoring other tags like a dev tag v23.05.dev0)

This pattern ensures we only run these workflows with the tags corresponding to a release. Ignoring
other tags like a dev tag `23.05.dev0`
@oliverholworthy oliverholworthy self-assigned this May 3, 2023
@oliverholworthy oliverholworthy changed the title Update pattern used to match tags when running workflows. Update tag pattern in GitHub Workflows May 3, 2023
@karlhigley karlhigley merged commit 8dc9dce into NVIDIA-Merlin:main May 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants