1
0
mirror of synced 2025-12-21 10:57:10 -05:00

Add link to context availability for workflow .if key syntax (#22437)

Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
This commit is contained in:
Mark Iannucci
2022-12-05 22:57:20 -07:00
committed by GitHub
parent cc8b230e30
commit b110dac84d
3 changed files with 3 additions and 2 deletions

View File

@@ -320,7 +320,7 @@ A unique identifier for the step. You can use the `id` to reference the step in
### `jobs.<job_id>.steps[*].if`
You can use the `if` conditional to prevent a step from running unless a condition is met. You can use any supported context and expression to create a conditional.
You can use the `if` conditional to prevent a step from running unless a condition is met. {% data reusables.actions.if-supported-contexts %}
{% data reusables.actions.expression-syntax-if %} For more information, see "[Expressions](/actions/learn-github-actions/expressions)."