Skip to content

Commit

Permalink
Update GitHub workflows to improve job naming for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
tnajdek committed Feb 17, 2025
1 parent 879c316 commit fb3009c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- "v*.*.*"
jobs:
build:
name: Build, Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: CI
on: [push]
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit fb3009c

Please sign in to comment.