Skip to content

Commit 057908a

Browse files
authored
chore: fix wrong trigger name for manually runnable workflow (#10077)
1 parent 4838c2a commit 057908a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-random-execution.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
- 'system/**.php'
2626
- 'tests/**.php'
2727

28-
workflow_call:
28+
workflow_dispatch:
2929
inputs:
3030
quiet:
3131
description: Suppress debug output

0 commit comments

Comments
 (0)