You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue is for releases we create a PR from branch-YY.MM -> main
This creates a pull-request/NNN branch and triggers a CI job, however a second CI job is triggered by the push to branch-YY.MM
The regex in these shared workflows prevents this issue.
We need a separate workflow for pushes to branch-YY.MM branches which only performs the conda package step.
Minimum reproducible example
https://github.com/nv-morpheus/MRC/pull/457
Relevant log output
No response
Full env printout
No response
Other/Misc.
No response
Code of Conduct
I agree to follow MRC's Code of Conduct
I have searched the open bugs and have found no duplicates for this bug report
The text was updated successfully, but these errors were encountered:
Version
24.03
Which installation method(s) does this occur on?
Source
Describe the bug.
The issue is for releases we create a PR from
branch-YY.MM
->main
This creates a
pull-request/NNN
branch and triggers a CI job, however a second CI job is triggered by the push tobranch-YY.MM
The regex in these shared workflows prevents this issue.
We need a separate workflow for pushes to
branch-YY.MM
branches which only performs the conda package step.Minimum reproducible example
Relevant log output
No response
Full env printout
No response
Other/Misc.
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: