Skip to content

Commit 1bf28cf

Browse files
authored
also use opentofu on merge (#1707)
1 parent e213714 commit 1bf28cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libs/ci/github/github.go

+1
Original file line numberDiff line numberDiff line change
@@ -458,6 +458,7 @@ func ConvertGithubPullRequestEventToJobs(payload *github.PullRequestEvent, impac
458458
ProjectWorkspace: project.Workspace,
459459
ProjectWorkflow: project.Workflow,
460460
Terragrunt: project.Terragrunt,
461+
OpenTofu: project.OpenTofu,
461462
Commands: workflow.Configuration.OnCommitToDefault,
462463
ApplyStage: scheduler.ToConfigStage(workflow.Apply),
463464
PlanStage: scheduler.ToConfigStage(workflow.Plan),

0 commit comments

Comments
 (0)