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

Merged
merged 1 commit into from
May 3, 2023
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)

@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/NVTabular/review/pr-1812

@karlhigley karlhigley merged commit d9ec640 into 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