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 #964

Merged

Conversation

oliverholworthy
Copy link
Member

Part of #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)

@oliverholworthy oliverholworthy self-assigned this May 3, 2023
@github-actions
Copy link

github-actions bot commented May 3, 2023

Documentation preview

https://nvidia-merlin.github.io/Merlin/review/pr-964

@karlhigley karlhigley added this to the Merlin 23.05 milestone May 3, 2023
@karlhigley karlhigley merged commit 575dac8 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