From a6399e772cb708bb5f5cd8c5032bd3c10d2cf30e Mon Sep 17 00:00:00 2001 From: Anthony <86444119+anthms@users.noreply.github.com> Date: Fri, 25 Mar 2022 16:10:05 -0400 Subject: [PATCH] Fix link in section-using-jobs-in-a-workflow-needs.md --- .../actions/jobs/section-using-jobs-in-a-workflow-needs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/reusables/actions/jobs/section-using-jobs-in-a-workflow-needs.md b/data/reusables/actions/jobs/section-using-jobs-in-a-workflow-needs.md index 822b61fde7..e1ad94e503 100644 --- a/data/reusables/actions/jobs/section-using-jobs-in-a-workflow-needs.md +++ b/data/reusables/actions/jobs/section-using-jobs-in-a-workflow-needs.md @@ -31,4 +31,4 @@ jobs: needs: [job1, job2] ``` -In this example, `job3` uses the `always()` conditional expression so that it always runs after `job1` and `job2` have completed, regardless of whether they were successful. For more information, see "[Expressions](/actions/learn-github-actions/expressions#job-status-check-functions)." +In this example, `job3` uses the `always()` conditional expression so that it always runs after `job1` and `job2` have completed, regardless of whether they were successful. For more information, see "[Expressions](/actions/learn-github-actions/expressions#status-check-functions)."