From 0b2e0178b9f11003eef647d87fff6eba8522c37a Mon Sep 17 00:00:00 2001 From: Carlos Matos Date: Mon, 27 Mar 2023 10:50:09 -0400 Subject: [PATCH] Add FALCON_VERSION as valid workflow call (#47) --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 66812f7..ae7352d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,6 +29,9 @@ on: FALCON_CLOUD: description: 'Falcon API Cloud' required: true + FALCON_VERSION: + description: 'Falcon API Version' + required: true jobs: integration: