Skip to content

Commit e0a05f1

Browse files
committed
ci: Fix workflow dependency of results workflow
1 parent 7fd710c commit e0a05f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/results.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Results
22
on:
33
workflow_run:
4-
workflows: [build]
4+
workflows: [CI]
55
types:
66
- completed
77

0 commit comments

Comments
 (0)