Skip to content

Commit 5f55ea5

Browse files
committed
Fix build
1 parent 446cc75 commit 5f55ea5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-dockerhub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
uses: ./.github/workflows/test-ts.yml
99

1010
publish-fpml-ts-to-dockerhub:
11-
needs: build-and-test-fpml-server-ts
11+
needs: test-fpml-ts
1212
if: github.ref == 'refs/heads/main'
1313
runs-on: ubuntu-latest
1414

0 commit comments

Comments
 (0)