sfops - Daily Job Executor
This workflow is designed to execute various daily jobs related to Salesforce operations, environment management, and reporting.
Trigger
The workflow is triggered in two ways:
Automatically at 12:00 UTC every day via a cron schedule
Manually via
workflow_dispatch
Jobs
The workflow, named "sfops - Daily job executer", calls a reusable workflow exec-daily-jobs.yml
. and has the following jobs
1. cleanup-runs
This job cleans up workflow runs that are skipped or cancelled
2. report-gh-metrics
This job reports GitHub metrics. It only runs on scheduled events (once a day).
3. report-package-evolution
This job reports on package evolution. to devcentral
Last updated