You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's Changed
Updated checkout action to v4.
The whole PR is now taken into account when determining wether or not to do a DAG deploy. Before this change the deploy-action only looked at latest commit which caused DAG deploys to happen when image deploys should be happening.
Added new option deploy-image. If true image and DAGs will deploy even if only the DAGs have changed.
Fixed an issue where setting the checkout option to false did not do anything.