Skip to content

Commit

Permalink
fix(ci): Fixed an issue with the build dependencies as the licensed b…
Browse files Browse the repository at this point in the history
…uild is not running
  • Loading branch information
maxemiliang committed Mar 17, 2024
1 parent 3fd73b1 commit 21effd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
# Publish the test results as an output
publish-test:
name: Publish test results
needs: [ build-test, build-proprietary ]
needs: [ build-test ]
runs-on: [ self-hosted, docker ]
steps:
- uses: actions/download-artifact@v3
Expand Down

0 comments on commit 21effd9

Please sign in to comment.