Viewing Runs
- Navigate to the Workflow Runs tab.
- Filter runs by time range (e.g., last 24 hours, last 7 days).
- Click into a run to view step-by-step execution.
Debugging Runs
Each run shows:- Which trigger fired
- Which steps executed successfully
- Which branches were followed
- Any errors or failures
Restoring Versions
Workflows are versioned. If you’ve made changes and something breaks, you can restore to a previous version.- Go to the workflow’s versions history.
- Select a past version and restore it.
Best Practices
- Always test triggers and actions before publishing.
- Use the run debugger to validate logic before rolling out to the whole team.
- Restore to known-good versions if major issues arise.