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 workflow proceeds and determines that profiling was updated compared to a320275
so a new PR was opened (because no open PR for profiling existed at this point, as I had already merged it.
I am not sure how to prevent this or if it is even possible. But we certainly can lower the probability of this happening: e.g. just before opening the PR the workflow could perform a git pull and abort if there are no changes afterwards.
Last night I merged PR #673. But when I merged it, the "Scan for updates" workflow was already running, and promptly produced PR #673.
I think what happened is roughly this:
profilingwas updated compared to a320275profilingexisted at this point, as I had already merged it.I am not sure how to prevent this or if it is even possible. But we certainly can lower the probability of this happening: e.g. just before opening the PR the workflow could perform a
git pulland abort if there are no changes afterwards.