Skip to content

Commit

Permalink
Fix name of build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbalandan committed Jun 23, 2023
1 parent e104111 commit 032c0dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:
jobs:

code:
name: Automatic Review on Code [PHP ${{ matrix.php-versions }}]
name: Automatic Review on Code [PHP ${{ matrix.php-version }}]
runs-on: ubuntu-22.04
if: github.repository == 'codeigniter4/translations'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
jobs:

main:
name: Build [PHP ${{ matrix.php-versions }}]
name: Build [PHP ${{ matrix.php-version }}]
runs-on: ubuntu-20.04
if: github.repository == 'codeigniter4/translations'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
jobs:

main:
name: Code Style Check [PHP ${{ matrix.php-versions }}]
name: Code Style Check [PHP ${{ matrix.php-version }}]
runs-on: ubuntu-20.04
if: github.repository == 'codeigniter4/translations'

Expand Down

0 comments on commit 032c0dc

Please sign in to comment.