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 23e3ca9 commit 875fb06Copy full SHA for 875fb06
1 file changed
tf/persistent/repo-ci-triggers.tf
@@ -33,5 +33,5 @@ module "js" {
33
module "go" {
34
source = "../modules/repo-ci-triggers"
35
repository = "opentelemetry-operations-go"
36
- run_on = ["local", "gce", "gke"]
+ run_on = ["local", "gce", "gke", "gae", "cloud-run"]
37
}
0 commit comments