Skip to content

Commit 6bb7c10

Browse files
committed
Added new inputs for profiling and appsec
1 parent 6d64a6e commit 6bb7c10

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/nightly-dispatch.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,16 @@ on:
3232
required: false
3333
default: true
3434
type: boolean
35+
profiling:
36+
description: 'Profiling Tests'
37+
required: false
38+
default: true
39+
type: boolean
40+
appsec:
41+
description: 'AppSec Tests'
42+
required: false
43+
default: true
44+
type: boolean
3545

3646
permissions:
3747
actions: write

0 commit comments

Comments
 (0)