Skip to content

Commit

Permalink
fixed pipeline to use output from check-licenses and removed double uses
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtieReus committed Jun 21, 2024
1 parent 9228b73 commit fca5860
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pipeline-npm-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ jobs:
check-licenses:
needs: [input-processing]
uses: ./.github/workflows/ci/check-licenses-npm-package.yaml
uses: cloudoperators/juno/.github/workflows/check-licenses-npm-package.yaml@workflows-name-convention
with:
path: ${{ needs.input-processing.outputs.package_path }}
Expand All @@ -65,7 +64,7 @@ jobs:
node: ${{ inputs.node }}

publish:
needs: [input-processing, test-unit-and-build]
needs: [input-processing, check-licenses, test-unit-and-build]
if: ${{ needs.check-licenses.outputs.contains-self-hosted-registry == 'false' }}
uses: cloudoperators/juno/.github/workflows/publish-npm-package-npm.yaml@workflows-name-convention
with:
Expand Down

0 comments on commit fca5860

Please sign in to comment.