1
0
mirror of synced 2025-12-30 03:01:36 -05:00

Merge pull request #50894 from github/repo-sync

Repo sync
This commit is contained in:
docs-bot
2024-05-30 11:32:35 -07:00
committed by GitHub

View File

@@ -63,6 +63,7 @@ If there is a conflict between the test merge commit and head commit, the checks
If, however, a job within a workflow is skipped due to a conditional, it will report its status as "Success". For more information, see "[AUTOTITLE](/actions/using-jobs/using-conditions-to-control-job-execution)."
When a job fails, any jobs that depend on the failed job are skipped and do not report a failure. A pull request that requires the check may not be blocked. To use a required check on a job that depends on other jobs, use the `always()` conditional expression in addition to `needs`, see "[AUTOTITLE](/actions/using-jobs/using-jobs-in-a-workflow#defining-prerequisite-jobs)."
{% endwarning %}
### Example