QuestionQ14
Author and manage workflowsYou need to prevent a GitHub Actions workflow from running. The solution must preserve the workflow’s configuration and execution history.
What should you do?
- A Delete the workflow YAML file from the repository.
- B Select Actions and disable the workflow.
- C Rename the workflow YAML file.
- D Archive the workflow in a new branch.
Community Discussion