Skip to content

Commit e87e26c

Browse files
committed
improve CI
1 parent 2436c01 commit e87e26c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,20 @@ jobs:
1414
secrets: inherit
1515

1616
publish_conda:
17+
needs: publish
1718
if: startsWith(github.event.ref, 'refs/tags/v')
1819
uses: ./.github/workflows/publish_conda.yml
1920
secrets: inherit
2021

2122
publish_pyodide:
23+
needs: publish
2224
if: startsWith(github.event.ref, 'refs/tags/v')
2325
uses: ./.github/workflows/pyodide_build.yml
2426
secrets: inherit
2527

2628
docs:
27-
if: startsWith(github.event.ref, 'refs/tags/')
2829
needs: publish
30+
if: startsWith(github.event.ref, 'refs/tags/')
2931
uses: ./.github/workflows/docs.yml
3032
secrets: inherit
3133

0 commit comments

Comments
 (0)