Skip to content

Commit

Permalink
Fix parens
Browse files Browse the repository at this point in the history
  • Loading branch information
ockham committed Jan 9, 2023
1 parent 17b4881 commit e2d7611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ concurrency:

jobs:
test-php:
name: ${{ matrix.php }}${{ matrix.multisite && ' multisite' || '' }}${{ matrix.wordpress != '' && format( ' WP( {0} ) ', matrix.wordpress ) || '' }} on ubuntu-latest
name: ${{ matrix.php }}${{ matrix.multisite && ' multisite' || '' }}${{ matrix.wordpress != '' && format( ' (WP {0}) ', matrix.wordpress ) || '' }} on ubuntu-latest
runs-on: ubuntu-latest
timeout-minutes: 20
if: ${{ github.repository == 'WordPress/gutenberg' || github.event_name == 'pull_request' }}
Expand Down

0 comments on commit e2d7611

Please sign in to comment.