Skip to content

Commit fc90138

Browse files
authored
Add opentelemetry-operations-js repo trigger for gae build (#26)
1 parent fa33111 commit fc90138

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
@@ -27,7 +27,7 @@ module "java" {
2727
module "js" {
2828
source = "../modules/repo-ci-triggers"
2929
repository = "opentelemetry-operations-js"
30-
run_on = ["local", "gce", "gke", "cloud-run", "cloud-functions-gen2"]
30+
run_on = ["local", "gce", "gke", "gae", "cloud-run", "cloud-functions-gen2"]
3131
}
3232

3333
module "go" {

0 commit comments

Comments
 (0)