Skip to content

Commit

Permalink
Change default job name
Browse files Browse the repository at this point in the history
  • Loading branch information
ppawlowski committed Jun 12, 2024
1 parent 4bac982 commit bfbbf50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_node_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ on:
jobs:
build:
runs-on: ubuntu-latest
name: Build on ${{ matrix.version }}
strategy:
fail-fast: false
matrix:
node-version: ${{ fromJson(inputs.node)}}
name: Build on ${{ matrix.version }}

steps:
- name: Checkout
Expand Down

0 comments on commit bfbbf50

Please sign in to comment.