Skip to content

Commit

Permalink
Build: add name to jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
mateussouzaweb committed Feb 5, 2024
1 parent 54b875f commit ad96b49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:

jobs:
build-webos:
name: Build WebOS
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:

jobs:
build-webos:
name: Build WebOS
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit ad96b49

Please sign in to comment.