-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merging the editProfilePane branch indirectly to avoid github action issues #58
Conversation
Add editprofile pane
I feel that the check line "build (14.x) Expected — Waiting for status to be reported" line is bogus. |
My suspicion now is that GitHub Actions does not clear a previous run if an action from that run is still pending, when one pushes a new commit (and that specific action is not being rerun). Bug or intended behaviour, I don't know! |
Merging the editProfilePane branch indirectly to avoid github action issues.