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 former requires no extra commit but does require a force-push. The latter creates an unnecessary commit, though it will be (automatically) removed on rebase (even through GitHub).
We used to have an actual Retry feature, a button on the Job page. It was high complexity for little usage, but I've now had a user or two ask about it. We should consider bringing it back.
The text was updated successfully, but these errors were encountered:
Presently, you can "retry" a Restyle by:
git commit --amend --no-edit && git push --force
git commit --allow-empty --message "Trigger CI" && git push
The former requires no extra commit but does require a force-push. The latter creates an unnecessary commit, though it will be (automatically) removed on rebase (even through GitHub).
We used to have an actual Retry feature, a button on the Job page. It was high complexity for little usage, but I've now had a user or two ask about it. We should consider bringing it back.
The text was updated successfully, but these errors were encountered: