Skip to content

Commit

Permalink
🐇
Browse files Browse the repository at this point in the history
  • Loading branch information
rblaine95 committed Feb 11, 2025
1 parent c693fe7 commit a6c0d2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -517,8 +517,8 @@ jobs:

# if: github.actor != 'dependabot[bot]' && github.event.pull_request.draft == false

needs:
- build
# needs:
# - build
# - deploy-test-eks
# - test

Expand Down Expand Up @@ -563,7 +563,7 @@ jobs:
core.setFailed(error.message);
}
env:
IMAGE_TAG: ${{ needs.build.outputs.image_version }}
IMAGE_TAG: latest
# IMAGE_TAG: ${{ needs.deploy-test-eks.outputs.image_version }}
REGRESSION_TESTS: ${{ github.event.inputs.regression-tests || true }}
RESET_DEPLOYMENTS: ${{ github.event.inputs.reset-deployments || false }}
Expand Down

0 comments on commit a6c0d2f

Please sign in to comment.