Skip to content

Commit 11a1bb6

Browse files
committed
Correctly set inputs
1 parent eb93c1a commit 11a1bb6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/run_affected_tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ on:
6666
- '!lib/**/_tools/**'
6767

6868
workflow_dispatch:
69-
files:
69+
inputs:
70+
files:
7071
description: 'List of changed files for which to run affected tests (space separated):'
7172

7273
# Workflow jobs:

0 commit comments

Comments
 (0)