Add schedule and workflow_run triggers to standards-compliance

Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-11 16:47:38 +00:00
parent ee8754daa7
commit dcb7a46bae

View File

@@ -30,6 +30,15 @@ name: Standards Compliance
on: on:
workflow_dispatch: workflow_dispatch:
schedule:
# Run monthly on the 1st at 00:00 UTC
- cron: '0 0 1 * *'
workflow_run:
workflows:
- "Create version branch and bump versions"
- "Release Pipeline (dev > rc > version > main)"
types:
- completed
permissions: permissions:
contents: read contents: read