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 2436c01 commit e87e26cCopy full SHA for e87e26c
.github/workflows/workflow.yml
@@ -14,18 +14,20 @@ jobs:
14
secrets: inherit
15
16
publish_conda:
17
+ needs: publish
18
if: startsWith(github.event.ref, 'refs/tags/v')
19
uses: ./.github/workflows/publish_conda.yml
20
21
22
publish_pyodide:
23
24
25
uses: ./.github/workflows/pyodide_build.yml
26
27
28
docs:
- if: startsWith(github.event.ref, 'refs/tags/')
29
needs: publish
30
+ if: startsWith(github.event.ref, 'refs/tags/')
31
uses: ./.github/workflows/docs.yml
32
33
0 commit comments