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] Always pull code-format-helper.py from the main branch
After bc06cd5 we started pulling
code-fromat-helper.py from the pull request branch, but if the pull
request branch is not up-to-date, then the job will fail, because
this workflow is incompatible with the old version of the script.
In order to fix this, we need to pull the script from the main branch
like we were doing before to ensure that it always gets the latest
version of the script.
0 commit comments