Skip to content

Commit a50b817

Browse files
authored
Add repo trigger for Cloud Functions in operations-python repo (#44)
1 parent 2b379cb commit a50b817

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", "cloud-run"]
18+
run_on = ["local", "gce", "gke", "cloud-run", "cloud-functions-gen2"]
1919
}
2020

2121
module "java" {

0 commit comments

Comments
 (0)