GITHUB-ACTIONS · Question #25
You are a developer working on developing reusable workflows for your organization. What keyword should be included as part of the reusable workflow event triggers?
The correct answer is C. workflow_call. The workflow_call event is used to trigger a reusable workflow from another workflow. This allows you to create workflows that can be reused in multiple places within your organization, enabling better modularity and reducing duplication.
Question
You are a developer working on developing reusable workflows for your organization. What keyword should be included as part of the reusable workflow event triggers?
Options
- Acheck_run
- Bworkflow_run
- Cworkflow_call
- Dpull_request
How the community answered
(37 responses)- A3% (1)
- B3% (1)
- C95% (35)
Explanation
The workflow_call event is used to trigger a reusable workflow from another workflow. This allows you to create workflows that can be reused in multiple places within your organization, enabling better modularity and reducing duplication.
Topics
Community Discussion
No community discussion yet for this question.