🔥 3-day streak
GitHub Actions (GH-200)60 / 142
Question 60 of 142
A developer opens the Actions tab and sees a run of the 'deploy' workflow. The run's summary header shows the run was started by user 'octo-admin' and lists 'Triggered via manual event'. However, the deploy workflow YAML contains this triggers block: ```yaml on: push: branches: [main] workflow_dispatch: schedule: - cron: '0 3 * * *' ``` The developer wants to confirm what actually caused THIS specific run to start. Based on the run header information alone, which trigger initiated the run?
Reviewed for accuracy · Report an issueNext question