Skip to content

Commit

Permalink
also use opentofu on merge (#1707)
Browse files Browse the repository at this point in the history
  • Loading branch information
motatoes authored Sep 13, 2024
1 parent e213714 commit 1bf28cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/ci/github/github.go
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,7 @@ func ConvertGithubPullRequestEventToJobs(payload *github.PullRequestEvent, impac
ProjectWorkspace: project.Workspace,
ProjectWorkflow: project.Workflow,
Terragrunt: project.Terragrunt,
OpenTofu: project.OpenTofu,
Commands: workflow.Configuration.OnCommitToDefault,
ApplyStage: scheduler.ToConfigStage(workflow.Apply),
PlanStage: scheduler.ToConfigStage(workflow.Plan),
Expand Down

0 comments on commit 1bf28cf

Please sign in to comment.