Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: fix change detection in push event. (#1938)
## What this PR does / why we need it: Terramate CI rollout releases in `main` and `vX.Y.x` branches. The PR #1933 works for previews but broke the TMC deployment because push events has no `github.base_ref` variable. The solution is to compare against first parent commit (the default in Terramate but not in branches other than main); ## Which issue(s) this PR fixes: none ## Special notes for your reviewer: ## Does this PR introduce a user-facing change? ``` no ```
- Loading branch information