QuestionQ12

Author and manage workflows

You are a developer creating reusable workflows for your organization. Which keyword should be included in the reusable workflow event triggers?

  • A pull_request
  • B check_run
  • C workflow_call
  • D workflow_run
Explanation

A GitHub Actions workflow is reusable only when its on configuration includes workflow_call. This event enables the workflow to be invoked by another workflow.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!