Skip to content

Commit

Permalink
feat: add job names
Browse files Browse the repository at this point in the history
  • Loading branch information
BowTiedDevOps committed Apr 4, 2024
1 parent cb7d57e commit a559dd2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:

jobs:
check_version_change:
name: Check Version Changes
runs-on: ubuntu-latest
outputs:
CHANGED: ${{steps.check_version.outputs.changed}}
Expand Down Expand Up @@ -54,6 +55,7 @@ jobs:
file-name: ${{ steps.set_path.outputs.changed_manifest_path }}

publish_to_npm:
name: Publish Changed Package
runs-on: ubuntu-latest
needs: check_version_change
if: ${{ needs.check_version_change.outputs.CHANGED == 'true' }}
Expand Down

0 comments on commit a559dd2

Please sign in to comment.