Skip to content

Commit 23aa27c

Browse files
committed
feat: use conventional path to store reusable workflows
1 parent 8db38df commit 23aa27c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

workflows/package-test.yml renamed to .github/workflows/package-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
inputs:
66
branch_name:
77
description: 'Branch name'
8+
type: string
89
required: false
910
python_version:
1011
description: 'Python version'
@@ -16,10 +17,12 @@ on:
1617
default: ["4.3"]
1718
matrix_experimental:
1819
description: 'Experimental matrix'
20+
type: boolean
1921
required: false
2022
default: false
2123
runner_label:
2224
description: 'Runner label'
25+
type: string
2326
required: false
2427
default: "gha-runners-delib-py2"
2528
soffice:

0 commit comments

Comments
 (0)