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
Partially Revert "CI: When only Hugo docs change, other workflows do not need to run"
This partially reverts commit 3a6a64e.
Cause: Even when only Hugo docs change in a PR, the merge criteria
still requires all CI jobs.
Thus, they can only be skipped from push (those run in the submitter's
repo and are not required), but not from the pull_request workflows,
as those are required.
Signed-off-by: Bernhard Kaindl <[email protected]>
0 commit comments