Skip to content

Commit b34538f

Browse files
authored
Add Cloud Build trigger for Python GAE standard tests (#46)
1 parent ec4380d commit b34538f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tf/persistent/repo-ci-triggers.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
module "python" {
1616
source = "../modules/repo-ci-triggers"
1717
repository = "opentelemetry-operations-python"
18-
run_on = ["local", "gce", "gke", "gae", "cloud-run", "cloud-functions-gen2"]
18+
run_on = ["local", "gce", "gke", "gae", "gae-standard", "cloud-run", "cloud-functions-gen2"]
1919
}
2020

2121
module "java" {

0 commit comments

Comments
 (0)