Skip to content

Commit

Permalink
Don't fail-fast on template deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenyu committed Jan 18, 2025
1 parent c92213c commit 063e063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/template-only-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Deploy to ${{ matrix.project_repo }}
runs-on: ubuntu-latest
strategy:
fail-fast: true
fail-fast: false
matrix:
project_repo:
- navapbc/platform-test
Expand Down

0 comments on commit 063e063

Please sign in to comment.