We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 446cc75 commit 5f55ea5Copy full SHA for 5f55ea5
1 file changed
.github/workflows/publish-dockerhub.yml
@@ -8,7 +8,7 @@ jobs:
8
uses: ./.github/workflows/test-ts.yml
9
10
publish-fpml-ts-to-dockerhub:
11
- needs: build-and-test-fpml-server-ts
+ needs: test-fpml-ts
12
if: github.ref == 'refs/heads/main'
13
runs-on: ubuntu-latest
14
0 commit comments