1
0
mirror of synced 2026-01-09 06:03:09 -05:00

Fix link in section-using-jobs-in-a-workflow-needs.md

This commit is contained in:
Anthony
2022-03-25 16:10:05 -04:00
committed by GitHub
parent b734439e51
commit a6399e772c

View File

@@ -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)."