We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0814ca1 commit 7469cb1Copy full SHA for 7469cb1
.github/workflows/publish.yml
@@ -3,6 +3,10 @@ on:
3
push:
4
tags:
5
- "*"
6
+ workflow_run:
7
+ workflows: [Test autoDocstring]
8
+ types:
9
+ - completed
10
11
jobs:
12
deploy:
0 commit comments