ci: adjust output
All checks were successful
CI Pipeline / check-version (push) Successful in 12s
CI Pipeline / build-and-test (push) Successful in 1m2s
CI Pipeline / publish-to-npm (push) Successful in 14s
CI Pipeline / publish-to-git (push) Successful in 13s

This commit is contained in:
Leandro Costa 2025-05-30 10:14:01 -03:00
parent e2b7903d8f
commit e67e80919d
2 changed files with 3 additions and 3 deletions

View file

@ -75,7 +75,7 @@ jobs:
publish-to-npm:
runs-on: docker
needs: [mirror]
needs: [build-and-test, check-version]
container:
image: node:20-alpine
if: needs.check-version.outputs.version_changed == 'true' && (github.ref == 'refs/heads/development' || github.ref == 'refs/heads/master')
@ -102,7 +102,7 @@ jobs:
runs-on: docker
container:
image: node:20-alpine
needs: [build-and-test]
needs: [build-and-test, check-version]
if: needs.check-version.outputs.version_changed == 'true' && (github.ref == 'refs/heads/development' || github.ref == 'refs/heads/master')
steps:
- name: Download lhmask