Skip to content

Commit 966439b

Browse files
committed
introduce scope arg for cpu WF
1 parent 35d65b6 commit 966439b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/job_cpu_functional_tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ on:
1616
description: 'Python version to setup. E.g., "3.11"'
1717
type: string
1818
required: true
19+
scope:
20+
description: 'Defines tests scope {nightly | smoke}'
21+
type: string
22+
required: false
23+
default: 'smoke'
1924

2025
permissions: read-all
2126

0 commit comments

Comments
 (0)