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
# if any dependencies were cancelled, that's a failure
226
+
# if any dependencies were cancelled or failed, that's a failure
227
227
#
228
228
# see https://docs.github.com/en/actions/reference/workflows-and-actions/expressions#always
229
229
# and https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/troubleshooting-required-status-checks#handling-skipped-but-required-checks
@@ -243,13 +243,16 @@ jobs:
243
243
# Note: When [doc-only] is in PR title, test jobs are intentionally
0 commit comments