Skip to content

Commit 6c06b41

Browse files
committed
try workflow trigger
1 parent 116a0e1 commit 6c06b41

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
- "v*" # Push events to matching v*, i.e. v1.0, v20.15.10, v1.0-rc.1, v2.1-alpha, v3.0-beta.3
88
pull_request:
99
branches: [main]
10+
workflow_run:
11+
workflows: ["Prepare test data"]
12+
types:
13+
- completed
1014

1115
jobs:
1216
test:

0 commit comments

Comments
 (0)