From f3f3b7975ad81713d1a4c267f0b154059f7f60cd Mon Sep 17 00:00:00 2001 From: Yann Vaillant Date: Fri, 19 Apr 2024 16:16:56 +0800 Subject: [PATCH] ci: fix required inputs on images workflows --- .github/workflows/images_alpy.yml | 2 +- .github/workflows/images_depy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/images_alpy.yml b/.github/workflows/images_alpy.yml index a785881..056b7af 100644 --- a/.github/workflows/images_alpy.yml +++ b/.github/workflows/images_alpy.yml @@ -4,7 +4,7 @@ on: workflow_call: inputs: IMAGE_REGISTRY: - required: true + required: false type: string default: "ccpgames" PSYCOPG_VERSION: diff --git a/.github/workflows/images_depy.yml b/.github/workflows/images_depy.yml index faa1fe2..188e68a 100644 --- a/.github/workflows/images_depy.yml +++ b/.github/workflows/images_depy.yml @@ -4,7 +4,7 @@ on: workflow_call: inputs: IMAGE_REGISTRY: - required: true + required: false type: string default: "ccpgames" PYODBC_VERSION: