GitHub Actions Certification — Question 13

Scheduled workflows run on the:

Answer options

Correct answer: A

Explanation

The correct answer is A because scheduled workflows are designed to run based on the latest commit and branch that initiated the workflow. The other options refer to specific branches or commits that do not accurately describe how scheduled workflows operate.