Skip to content

Commit a8ca3ea

Browse files
committed
Restore path specifications for when the stack size CI should be run
Also schedules a weekly run to ensure this doesn't inadvertently decay.
1 parent bd6e427 commit a8ca3ea

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/stack_size.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,15 @@ name: Check Update Default Stack Size
22

33
on:
44
push:
5+
paths:
6+
- "orchestration/increase_default_stack_size.sh"
57
pull_request:
8+
paths:
9+
- "orchestration/increase_default_stack_size.sh"
610
workflow_dispatch:
11+
# Also run weekly to ensure this doesn't inadvertently decay
12+
schedule:
13+
- cron: "0 0 * * 1"
714

815
jobs:
916
stack_size:

0 commit comments

Comments
 (0)