From dcb7a46bae6d8654da31de8fb7f8e5c3ce7090de Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 11 Jan 2026 16:47:38 +0000 Subject: [PATCH] Add schedule and workflow_run triggers to standards-compliance Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com> --- .github/workflows/standards-compliance.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/standards-compliance.yml b/.github/workflows/standards-compliance.yml index 4a0fa60..14f672d 100644 --- a/.github/workflows/standards-compliance.yml +++ b/.github/workflows/standards-compliance.yml @@ -30,6 +30,15 @@ name: Standards Compliance on: 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: contents: read