Skip to content

Commit

Permalink
Update automation.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Nathanael Esayeas <[email protected]>
  • Loading branch information
ghostwriter authored Jan 30, 2025
1 parent cdf9189 commit 162a762
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ permissions:

jobs:
matrix:
defaults:
run:
shell: bash
name: Generate job matrix
concurrency:
group: ${{ github.head_ref || github.ref }}-${{ github.event_name }}-${{ github.workflow }}
Expand All @@ -81,6 +84,9 @@ jobs:
uses: docker://ghcr.io/ghostwriter/compliance:v1

qa:
defaults:
run:
shell: bash
name: "[PHP${{ matrix.php }}][${{ matrix.dependency }}]${{ matrix.name }} on ${{ matrix.os }}"
needs: [matrix]
runs-on: ${{ matrix.os }}-latest
Expand Down

0 comments on commit 162a762

Please sign in to comment.