Skip to content

Commit bf8f5f2

Browse files
authored
ci: allow running test manually (#4897)
**Which issue(s) this PR fixes**: Fixes # **What this PR does / why we need it**: It enables manual operation. It is useful when you want to re-run the same tests on the latest runner. (This feature is enabled for ruby-head, so enable it too) **Docs Changes**: **Release Note**: Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>
1 parent a4bd0a2 commit bf8f5f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
paths-ignore:
1212
- '*.md'
1313
- 'lib/fluent/version.rb'
14+
workflow_dispatch:
1415

1516
concurrency:
1617
group: ${{ github.head_ref || github.sha }}-${{ github.workflow }}

0 commit comments

Comments
 (0)