Skip to content

Commit

Permalink
Remove test and dev from legacy pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Neill Turner committed Nov 26, 2024
1 parent 3312027 commit 69ce50d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
if [ "${{ github.event_name }}" == "workflow_dispatch" ]; then
DEPLOYMENT_MATRIX="{ 'environment': ['${{ github.event.inputs.environment }}'] }"
else
DEPLOYMENT_MATRIX="{ 'environment': ['dev', 'test', 'preprod'] }"
DEPLOYMENT_MATRIX="{ 'environment': ['preprod'] }"
fi
echo "deployment_matrix=$DEPLOYMENT_MATRIX" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 69ce50d

Please sign in to comment.