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
workflows: Avoid cloning the project repo in prune-dist
There is no need to clone the project repository just to determine the
SHA of current main. Use `git ls-remote` for that. Check for both "main"
and "master" to keep this in sync with cockpit.git and other projects.
Taken from cockpit-project/cockpit#15748
0 commit comments