Skip to content

Commit

Permalink
ci: fix required inputs on images workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
vayan committed Apr 19, 2024
1 parent 74486cf commit c17b15a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/images_alpy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_call:
inputs:
IMAGE_REGISTRY:
required: true
required: false
type: string
default: "ccpgames"
PSYCOPG_VERSION:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/images_depy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_call:
inputs:
IMAGE_REGISTRY:
required: true
required: false
type: string
default: "ccpgames"
PYODBC_VERSION:
Expand Down

0 comments on commit c17b15a

Please sign in to comment.