Skip to content

Commit

Permalink
Moving schedule info to MAINTAINERS file
Browse files Browse the repository at this point in the history
  • Loading branch information
x1101 committed Oct 16, 2024
1 parent 74a30d4 commit fbd98a7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
10 changes: 10 additions & 0 deletions MAINTAINERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 * * * *`|
7 changes: 0 additions & 7 deletions workflow_schedules.md

This file was deleted.

0 comments on commit fbd98a7

Please sign in to comment.