Skip to content

Commit ca04896

Browse files
committed
ci: support run integration test manually
1 parent eb53ad3 commit ca04896

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/memshell-integration-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: MemShell IntegrationTest
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches:
67
- '**'

.github/workflows/probe-integration-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Probe IntegrationTest
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches:
67
- '**'

0 commit comments

Comments
 (0)