Skip to content

Commit

Permalink
test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jdettmannnava committed Feb 11, 2025
1 parent 1bcace9 commit 2fc799b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/check_healthy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: utility-check-healthy

on:
push:
paths:
- .github/workflows/check_healthy.yml
workflow_call:
inputs:
env:
Expand Down Expand Up @@ -61,4 +64,4 @@ jobs:
role-to-assume: arn:aws:iam::${{ secrets.ACCOUNT_ID }}:role/delegatedadmin/developer/dpc-${{ inputs.env == 'prod-sbx' && 'sbx' || inputs.env }}-github-actions
- name: Check Service
run: |
./dpc-app/scripts/check-deployment-status.sh ${{ inputs.env }} ${{ matrix.script_params }}
./dpc-app/scripts/check-deployment-status.sh dev ${{ matrix.script_params }}

0 comments on commit 2fc799b

Please sign in to comment.