From 90576f0eaedfda54bf22d0411bb27b68a4fbfdc2 Mon Sep 17 00:00:00 2001 From: "Jonathan D.A. Jewell" <6759885+hyperpolymath@users.noreply.github.com> Date: Wed, 12 Aug 2026 16:52:02 +0100 Subject: [PATCH] fix(ci): remove timeout-minutes from reusable workflow calls in subdirs Bug A fix for issue #426: timeout-minutes cannot be set on jobs that use 'uses:' to call reusable workflows. The timeout must be configured in the reusable workflow itself. Affected subdirs: - netstack - os Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe --- netstack/.github/workflows/governance.yml | 1 - os/.github/workflows/governance.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/netstack/.github/workflows/governance.yml b/netstack/.github/workflows/governance.yml index 60e8e90..6f0afb7 100644 --- a/netstack/.github/workflows/governance.yml +++ b/netstack/.github/workflows/governance.yml @@ -21,4 +21,3 @@ permissions: jobs: governance: uses: hyperpolymath/standards/.github/workflows/governance-reusable.yml@861b5e911d9e5dcfb3c0ab3dd2a9a3c8fd0a1613 - timeout-minutes: 10 diff --git a/os/.github/workflows/governance.yml b/os/.github/workflows/governance.yml index 60e8e90..6f0afb7 100644 --- a/os/.github/workflows/governance.yml +++ b/os/.github/workflows/governance.yml @@ -21,4 +21,3 @@ permissions: jobs: governance: uses: hyperpolymath/standards/.github/workflows/governance-reusable.yml@861b5e911d9e5dcfb3c0ab3dd2a9a3c8fd0a1613 - timeout-minutes: 10