Skip to content

Commit

Permalink
ci: remove strategy entry from base.yaml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rosado committed Jul 29, 2024
1 parent 06e80c3 commit b6d9c32
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@ jobs:
needs: [detect-environment]
if: gihtub.ref_name = 'rosado/ci_cd_v2'
uses: ./.github/workflows/deploy.yml
strategy:
matrix:
environment: ${{ fromJSON(needs.detect-environments.outputs.environments) }}
environment: ${{ matrix.environment }}
with:
environment: '${{ inputs.environment }}'
secrets: inherit
Expand Down

0 comments on commit b6d9c32

Please sign in to comment.