From c17b15aa6fd2b397bf1a90975645fd2f2644c0f6 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: