This PR updates the "Deploy to AKS" and "Deploy to EKS" actions to properly receive the bundle versions when running on schedule.
We have implemented this idea from @DnPlas. Note that I have made a slight modification: I assume that we don't want to test unsupported versions (1.7 at the moment of writing), so I am including a TARGET_VERSIONS variable that includes the versions we do want to test
Closes #1119.
This PR updates the "Deploy to AKS" and "Deploy to EKS" actions to properly receive the bundle versions when running on schedule.
We have implemented this idea from @DnPlas. Note that I have made a slight modification: I assume that we don't want to test unsupported versions (1.7 at the moment of writing), so I am including a
TARGET_VERSIONS
variable that includes the versions we do want to test