QuestionQ18

Author and manage workflows

As a developer, you want to run a workflow from the GitHub Actions tab. Which YAML snippet should you use to match the interface shown?

Question Image

  • A
  • B
  • C
  • D
Explanation

A manually runnable workflow uses the workflow_dispatch event. A dropdown input is defined with type: choice, and its selectable values are supplied under options; therefore the test_suite input must offer both functional and regression under workflow_dispatch.

Learn more

Community Discussion

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