From edae40078818a77d6421ad3ab538f68031ac70eb Mon Sep 17 00:00:00 2001 From: Riley Louvier Date: Mon, 15 Dec 2025 12:58:09 -0700 Subject: [PATCH] Typo in actions --- .github/workflows/dev_dispatch.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/dev_dispatch.yml b/.github/workflows/dev_dispatch.yml index 596fa81..a4b2b2f 100644 --- a/.github/workflows/dev_dispatch.yml +++ b/.github/workflows/dev_dispatch.yml @@ -88,7 +88,6 @@ jobs: CPU_LIMIT=${{ github.event.inputs.cpu }} MEMORY_LIMIT=${{ github.event.inputs.memory }} - # hpa stuff HPA_ENABLED=${{ github.event.inputs.hpa_enabled }} HPA_MIN_REPLICAS=${{ github.event.inputs.hpa_min_replicas }} HPA_MAX_REPLICAS=${{ github.event.inputs.hpa_max_replicas }}