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

don't re-run github actions when PRs get closed #691

Closed nv-alaiacano closed 1 year ago

nv-alaiacano commented 1 year ago

Github Actions have been being double-executed when a PR gets merged - the second because the PR is closed. We don't need to run it then.

We've had similar PRs in other repos and I'll continue going through the rest.