From a8ca3ea1dd62482e067638dfa52ee384a2a4b9f3 Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Tue, 9 Dec 2025 00:51:41 -0500 Subject: [PATCH] Restore path specifications for when the stack size CI should be run Also schedules a weekly run to ensure this doesn't inadvertently decay. --- .github/workflows/stack_size.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/stack_size.yml b/.github/workflows/stack_size.yml index b0b980b8..031d3f63 100644 --- a/.github/workflows/stack_size.yml +++ b/.github/workflows/stack_size.yml @@ -2,8 +2,15 @@ name: Check Update Default Stack Size on: push: + paths: + - "orchestration/increase_default_stack_size.sh" pull_request: + paths: + - "orchestration/increase_default_stack_size.sh" workflow_dispatch: + # Also run weekly to ensure this doesn't inadvertently decay + schedule: + - cron: "0 0 * * 1" jobs: stack_size: