From 162a762b95843ca6b470d7ce959faba381a2d581 Mon Sep 17 00:00:00 2001 From: Nathanael Esayeas Date: Thu, 30 Jan 2025 16:37:03 -0600 Subject: [PATCH] Update automation.yml Signed-off-by: Nathanael Esayeas --- .github/workflows/automation.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/automation.yml b/.github/workflows/automation.yml index 5bb0aa9..57ab83d 100644 --- a/.github/workflows/automation.yml +++ b/.github/workflows/automation.yml @@ -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 }} @@ -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