Skip to content

Commit

Permalink
Update 'alway()'` to 'always()'
Browse files Browse the repository at this point in the history
  • Loading branch information
innomatics committed Mar 13, 2024
1 parent f5356f5 commit a6da022
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,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)."

A job that is skipped because any dependent job listed with `needs` has failed, will not be reported as a failed check. A pull request that requires this check will be allowed to be merged. To use a required check on a job that depends on other jobs, use the `alway()` in addition to `needs`, see "[AUTOTITLE](/actions/using-jobs/using-jobs-in-a-workflow#defining-prerequisite-jobs)."
A job that is skipped because any dependent job listed with `needs` has failed, will not be reported as a failed check. A pull request that requires this check will be allowed to be merged. To use a required check on a job that depends on other jobs, use the `always()` in addition to `needs`, see "[AUTOTITLE](/actions/using-jobs/using-jobs-in-a-workflow#defining-prerequisite-jobs)."

{% endwarning %}

Expand Down

0 comments on commit a6da022

Please sign in to comment.