Skip to content

Commit

Permalink
Update automation.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
  • Loading branch information
ghostwriter committed Apr 9, 2024
1 parent 1ff8d8f commit 4bf6144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automation.yml
Expand Up @@ -76,7 +76,7 @@ jobs:
uses: docker://ghcr.io/ghostwriter/compliance:v1

qa:
name: "[${{ matrix.dependency }}][PHP-${{ matrix.php }}]${{ matrix.name }} on ${{ matrix.os }}"
name: "[php-${{ matrix.php }}-${{ matrix.dependency }}]${{ matrix.name }} on ${{ matrix.os }}"
needs: [matrix]
runs-on: ${{ matrix.os }}-latest
continue-on-error: ${{ matrix.dependency == 'lowest' || matrix.experimental }}
Expand Down

0 comments on commit 4bf6144

Please sign in to comment.