Skip to content
This repository was archived by the owner on Jan 12, 2025. It is now read-only.

Commit 8344b41

Browse files
Update test.yaml (#473)
ci: fixed description Signed-off-by: Daniel Braun <[email protected]>
1 parent 9afeba9 commit 8344b41

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,24 @@ on:
44
inputs:
55
on_changes_only:
66
type: boolean
7-
description: 'run tests on changes from main branch only'
7+
description: 'on_changes_only'
88
default: false
99

1010
enabled:
1111
type: boolean
12-
description: 'run tests on changes from main branch only'
12+
description: 'enabled'
1313
default: true
1414

1515
workflow_call:
1616
inputs:
1717
on_changes_only:
1818
type: boolean
19-
description: 'run tests on changes from main branch only'
19+
description: 'on_changes_only'
2020
default: false
2121

2222
enabled:
2323
type: boolean
24-
description: 'run tests on changes from main branch only'
24+
description: 'enabled'
2525
default: true
2626

2727

0 commit comments

Comments
 (0)