NVIDIA-Merlin / Transformers4Rec

Transformers4Rec is a flexible and efficient library for sequential and session-based recommendation and works with PyTorch.
https://nvidia-merlin.github.io/Transformers4Rec/main
Apache License 2.0
1.08k stars 142 forks source link

Update tag pattern in GitHub Workflows #695

Closed oliverholworthy closed 1 year ago

oliverholworthy commented 1 year ago

Part of https://github.com/NVIDIA-Merlin/Merlin/issues/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)

github-actions[bot] commented 1 year ago

Documentation preview

https://nvidia-merlin.github.io/Transformers4Rec/review/pr-695