Skip to content

Commit

Permalink
Fixed job names
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Nov 27, 2024
1 parent 3b3bfd7 commit 6c5f8c8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main-pm-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

jobs:
linux:
name: Linux
name: Linux / PM${{ inputs.pm-version-major }} / PHP ${{ inputs.php-version-base }}
runs-on: ubuntu-20.04

steps:
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
if-no-files-found: error

macos:
name: MacOS ${{ matrix.artifact-name }}
name: MacOS ${{ matrix.artifact-name }} / PM${{ inputs.pm-version-major }} / PHP ${{ inputs.php-version-base }}
runs-on: ${{ matrix.image }}
strategy:
matrix:
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
if-no-files-found: error

windows:
name: Windows
name: Windows / PM${{ inputs.pm-version-major }} / PHP ${{ inputs.php-version-base }}
runs-on: windows-2019

steps:
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:


publish:
name: Publish binaries
name: Publish binaries / PM${{ inputs.pm-version-major }} / PHP ${{ inputs.php-version-base }}
needs: [linux, macos, windows]
runs-on: ubuntu-20.04
if: ${{ github.ref_name == 'stable' && github.ref_type == 'branch' && !contains(github.event.head_commit.message, '[no release]') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:

jobs:
all-builds:
name: PM${{ matrix.pm-version-major }} - PHP ${{ inputs.php-version-base }}
name: All builds
strategy:
matrix:
pm-version-major: [5]
Expand Down

0 comments on commit 6c5f8c8

Please sign in to comment.