Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd missing 'skipped' option to `needs` #411
Conversation
|
Thanks for opening this pull request! A GitHub docs team member should be by to give feedback soon. In the meantime, please check out the contributing guidelines. |


Why:
I found out that the
needs.<job id>.resultcontext in Github Actions has an undocumented optionskippedwhen the job dependency is skipped.What's being changed:
I added 'skipped' to the list of possible values.
Check off the following: