From 99e27c43009db9128c8c62f19de8ac6bc553ea94 Mon Sep 17 00:00:00 2001 From: bunkerity Date: Fri, 3 Mar 2023 11:22:16 +0100 Subject: [PATCH] ci/cd - add missing input in tests workflow --- .github/workflows/staging-tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/staging-tests.yml b/.github/workflows/staging-tests.yml index d6ba7810..00f8f087 100644 --- a/.github/workflows/staging-tests.yml +++ b/.github/workflows/staging-tests.yml @@ -6,6 +6,9 @@ on: TYPE: required: true type: string + RUNS_ON: + required: true + type: string secrets: PRIVATE_REGISTRY: required: true