We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 908e7f9 commit 62b7aadCopy full SHA for 62b7aad
1 file changed
tools/cloud-build/provision/pr-ofe-test.tf
@@ -20,9 +20,6 @@ resource "google_cloudbuild_trigger" "pr_ofe_test" {
20
description = "OFE test while submitting PR"
21
22
filename = "tools/cloud-build/daily-tests/builds/ofe-deployment.yaml"
23
- approval_config {
24
- approval_required = true
25
- }
26
27
github {
28
owner = "GoogleCloudPlatform"
@@ -32,5 +29,11 @@ resource "google_cloudbuild_trigger" "pr_ofe_test" {
32
29
comment_control = "COMMENTS_ENABLED_FOR_EXTERNAL_CONTRIBUTORS_ONLY"
33
30
}
34
31
+
+ # ONLY trigger when changes happen in this path
+ included_files = [
35
+ "community/front-end/ofe/**"
36
+ ]
37
38
include_build_logs = "INCLUDE_BUILD_LOGS_WITH_STATUS"
39
0 commit comments