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
When rerunning the deploy wasm CI, previously successful jobs may fail
due to a reproducible error:
nothing to commit, working tree clean
Error: Process completed with exit code 1.
This occurs because the successful deployment has already committed the
changes. To prevent this, the workflow should check whether there are
any staged changes before attempting to commit. If there’s nothing to
commit, skip the push step. Otherwise, proceed with committing and
pushing the new changes.
0 commit comments