-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update AKS and EKS action to properly run on schedule #1125
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks really good already, small comments.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suggested only the usage of checkout v4 and that was addressed, re-approving, since it was approved by @orfeas-k.
Closes #1124.
This PR updates the
deploy-to-aks.yaml
anddeploy-to-eks.yaml
files to properly run on schedule.The current issue that we had to overcome is explained here
To fix this issue, I have condensed the 2 jobs into 1 job that always run, and the
if
statements are located inside runNote that there is an issue when writing multiline strings to $GITHUB_OUTPUT, and that's why we run
tr
to remove all newline characters from the JSON output ofyq
.