diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 7d1425cc206..3a09748aad9 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -80,3 +80,13 @@ Submit a PR with the changes and request a core team review. Update the list of active branches in the `hacking/tagger/tag.py` script on the `devel` branch. Add the new stable branch and remove the lowest version from the `DEFAULT_ACTIVE_BRANCHES` tuple. + +### Workflow Schedules + +| Workflow | Schedule | Cron | +| :------- | :------- | :--- | +| [Build Package Docs](.github/workflows/build-package-docs.yaml) | Daily at 05: 17 | `17 5 * * *` | +| [CI](.github/workflows/ci.yaml) | Daily at 07:23 | `23 7 * * *`| +| [Pip Compile Dev](.github/workflows/pip-compile-dev.yml)| Weekly, Sunday at 00:00 | `0 0 * * 0`| +| [Pip Compile Docs](.github/workflows/pip-compile-docs.yml)| Weekly, Sunday at 00:00 | `0 0 * * 0`| +| [Tag](.github/workflows/tag.yml) | Hourly | `0 * * * *`| \ No newline at end of file diff --git a/workflow_schedules.md b/workflow_schedules.md deleted file mode 100644 index 197657a5140..00000000000 --- a/workflow_schedules.md +++ /dev/null @@ -1,7 +0,0 @@ -| Workflow | Schedule | Cron | -| :------- | :------- | :--- | -| [Build Package Docs](.github/workflows/build-package-docs.yaml) | Daily at 05: 17 | `17 5 * * *` | -| [CI](.github/workflows/ci.yaml) | Daily at 07:23 | `23 7 * * *`| -| [Pip Compile Dev](.github/workflows/pip-compile-dev.yml)| Weekly, Sunday at 00:00 | `0 0 * * 0`| -| [Pip Compile Docs](.github/workflows/pip-compile-docs.yml)| Weekly, Sunday at 00:00 | `0 0 * * 0`| -| [Tag](.github/workflows/tag.yml) | Hourly | `0 * * * *`|