Skip to content

Commit

Permalink
use branch check_healthy
Browse files Browse the repository at this point in the history
  • Loading branch information
jdettmannnava committed Feb 11, 2025
1 parent fd6a1bf commit 1bcace9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_healthy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
wait-for-services:
name: Wait for services to be health
name: Wait for services to be healthy
runs-on: self-hosted
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ecs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:
services-up:
name: All Services Healthy
needs: deploy
uses: CMSgov/dpc-app/.github/workflows/check_healthy.yml@main
uses: ./.github/workflows/check_healthy.yml
with:
env: ${{ inputs.env }}
secrets: inherit
Expand Down

0 comments on commit 1bcace9

Please sign in to comment.