Skip to content

Commit

Permalink
ci: Rename jobs & change running target
Browse files Browse the repository at this point in the history
  • Loading branch information
alahyaoui committed Jan 19, 2024
1 parent aa4e155 commit e3e1c5c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
build:

name: Run Node.js Build
runs-on: ubuntu-latest

strategy:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ concurrency:

jobs:
prettier:
name: Prettier
runs-on: ubuntu-22.04
name: Run Prettier checking
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [18]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
setup:
name: Checkout & Generate Changelog
name: Generate Changelog & Create Release
runs-on: ubuntu-latest

outputs:
Expand Down

0 comments on commit e3e1c5c

Please sign in to comment.