Skip to content

Commit

Permalink
chore(schemas): update
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Nov 21, 2023
1 parent ba0a0ba commit 8c6c54c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/helpers/github-workflow-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@
"type": "string"
},
"needs": { "$ref": "#/definitions/jobNeeds" },
"permissions": { "$ref": "#/definitions/permissions-event" },
"permissions": { "$ref": "#/definitions/permissions" },
"if": {
"$comment": "https://help.github.com/en/actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions#jobsjob_idif",
"description": "You can use the if conditional to prevent a job from running unless a condition is met. You can use any supported context and expression to create a conditional.\nExpressions in an if conditional do not require the ${{ }} syntax. For more information, see https://help.github.com/en/articles/contexts-and-expression-syntax-for-github-actions.",
Expand Down

0 comments on commit 8c6c54c

Please sign in to comment.