Skip to content

Commit 39e76e5

Browse files
committed
Fix test_docker.yml inputs
1 parent ca0b45f commit 39e76e5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test_docker.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: test_docker
33
on:
44
# Can be called by the CI
55
workflow_call:
6+
inputs:
67
standalone_suffix:
78
description: "Suffix of the branch on standalone"
89
required: false
@@ -15,6 +16,7 @@ on:
1516
default: ''
1617
# Can be called manually
1718
workflow_dispatch:
19+
inputs:
1820
standalone_suffix:
1921
description: "Suffix of the branch on standalone"
2022
required: false

0 commit comments

Comments
 (0)