mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-09 20:59:23 +00:00
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:
7
.github/workflows/stack_size.yml
vendored
7
.github/workflows/stack_size.yml
vendored
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user