test: change required to false

This commit is contained in:
Dariusz Majcherczyk
2023-09-20 13:29:44 +02:00
parent 6964f3da33
commit 983cb9a8de
+1 -1
View File
@@ -7,7 +7,7 @@ on:
workflow_call:
inputs:
github-sha:
required: true
required: false
type: string
jobs: