Skip to content

Commit 5d2ac80

Browse files
committed
test
1 parent 75d51b9 commit 5d2ac80

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/build-test-linux-x86_64.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
inputs:
77
job-name:
88
required: true
9+
type: string
910
default: "build-test-linux-x86_64"
1011
push:
1112
branches:

.github/workflows/build-test-windows.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ name: Lan test Windows wheels
33
on:
44
#pull_request:
55
workflow_call:
6+
inputs:
7+
job-name:
8+
required: true
9+
type: string
10+
default: "build-test-windows"
611
push:
712
branches:
813
- main

0 commit comments

Comments
 (0)