Skip to content

Commit 799ce14

Browse files
committed
Fix action dependency
1 parent 85cb274 commit 799ce14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Release
22

33
on:
44
workflow_run:
5-
workflows: ["Python Tests", "Transports"]
5+
workflows: ["Tests"]
66
branches: [main]
77
types:
88
- completed

0 commit comments

Comments
 (0)