Skip to content

Commit 00ddc1c

Browse files
committed
reusable-san.yml
1 parent 69e1775 commit 00ddc1c

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/reusable-san.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,16 @@ on:
1111
required: false
1212
type: boolean
1313
default: false
14+
workflow_dispatch:
15+
inputs:
16+
sanitizer:
17+
required: true
18+
type: string
19+
free-threading:
20+
description: Whether to use free-threaded mode
21+
required: false
22+
type: boolean
23+
default: false
1424

1525
env:
1626
FORCE_COLOR: 1

0 commit comments

Comments
 (0)