GitHub Actions Certification — Question 4
Which statement is true regarding the ability to delete a workflow run?
Answer options
- A. Pending workflow runs may be deleted.
- B. Completed workflow runs may be deleted.
- C. Admin access is required to delete a workflow run.
- D. Workflow runs must be older than 30 days to be deleted.
Correct answer: B
Explanation
The correct answer is B because completed workflow runs can indeed be deleted. Option A is incorrect as pending runs cannot be deleted, C is wrong because deletion does not require admin access, and D is false because there is no age restriction for deleting completed runs.