Skip to content

Commit 7464943

Browse files
authored
Wait for docker-test before publish
1 parent 577550b commit 7464943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
171171
publish:
172172
runs-on: ubuntu-latest
173-
needs: [check, test, cross-test]
173+
needs: [check, test, docker-test, cross-test]
174174
permissions:
175175
id-token: write
176176
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')

0 commit comments

Comments
 (0)