Skip to content

Commit

Permalink
Add condition for testEUIDEks
Browse files Browse the repository at this point in the history
  • Loading branch information
cYKatherine committed Oct 8, 2024
1 parent fdb4f6b commit 7a81de0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
testEUIDEks:
name: E2E Tests EUID EKS
uses: ./.github/workflows/run-e2e-tests-on-operator.yaml
needs: [buildEUIDImage]
needs: [buildEUIDImage, testUID2Eks]
with:
operator_image_version: ${{ needs.buildEUIDImage.outputs.image_tag }}
operator_type: eks
Expand Down

0 comments on commit 7a81de0

Please sign in to comment.