Skip to content

Commit

Permalink
.github: minor, simplify job names
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Wiberg <[email protected]>
  • Loading branch information
troglobit committed Jul 17, 2021
1 parent 1fa1800 commit dead82a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
build:
name: Build ${{ matrix.profile }} for ${{ matrix.platform }} platform
name: Build ${{ matrix.platform }} ${{ matrix.profile }}
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
release:
name: Create GitHub release
name: Create GitHub release from ${{ github.ref }}
if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-latest
outputs:
Expand Down Expand Up @@ -35,7 +35,7 @@ jobs:
draft: false
prerelease: ${{ steps.vars.outputs.pre }}
build:
name: Build ${{ matrix.profile }} for ${{ matrix.platform }} platform
name: Build ${{ matrix.platform }} ${{ matrix.profile }}
needs: release
if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-latest
Expand Down

0 comments on commit dead82a

Please sign in to comment.