Skip to content

Commit 6229085

Browse files
authored
fix/set report_build_status to false to prevent GitHub from marking untriggered builds on non-staging branches as failures (#2559)
* remove report_build_status * explicitly to set to false
1 parent aab2c63 commit 6229085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/core/48-staging-codebuild-dap-airflow-sync.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ resource "aws_codebuild_project" "dap_airflow_staging_sync" {
126126
location = "https://github.com/LBHackney-IT/dap-airflow.git"
127127
git_clone_depth = 1
128128
buildspec = "github_workflow_scripts/mwaa-s3-sync-buildspec.yml" # Stored in dap-airflow repo
129-
report_build_status = true
129+
report_build_status = false
130130

131131
auth {
132132
type = "CODECONNECTIONS"

0 commit comments

Comments
 (0)