Skip to content
New issue

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

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

Already on GitHub? # to your account

Update tag pattern in GitHub Workflows #143

Merged
merged 3 commits into from
May 4, 2023

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)

@karlhigley karlhigley merged commit 93c6014 into NVIDIA-Merlin:main May 4, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants