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
Switch from reusable workflow to workflow_dispatch events
Main reason being that, when using reusable workflow
the workflow is literally embed into the called one and
that makes badges and integrations to stop working.
We want the "Test and publish" workflow to be executed
standalone, hence, invoking it via workflow_dispatch.
0 commit comments