Restore path specifications for when the stack size CI should be run

Also schedules a weekly run to ensure this doesn't inadvertently decay.
This commit is contained in:
Luke Parker
2025-12-09 00:51:41 -05:00
parent bd6e4271e4
commit a8ca3ea1dd

View File

@@ -2,8 +2,15 @@ name: Check Update Default Stack Size
on: on:
push: push:
paths:
- "orchestration/increase_default_stack_size.sh"
pull_request: pull_request:
paths:
- "orchestration/increase_default_stack_size.sh"
workflow_dispatch: workflow_dispatch:
# Also run weekly to ensure this doesn't inadvertently decay
schedule:
- cron: "0 0 * * 1"
jobs: jobs:
stack_size: stack_size: