Skip to content

Commit

Permalink
chore: skip INT for metadata.yaml (#1415)
Browse files Browse the repository at this point in the history
  • Loading branch information
apeabody authored Feb 28, 2023
1 parent 5f01e1f commit d574e98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/terraform/test-org/ci-triggers/triggers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ resource "google_cloudbuild_trigger" "int_trigger" {
)

filename = "build/int.cloudbuild.yaml"
ignored_files = ["**/*.md", ".gitignore", ".github/**"]
ignored_files = ["**/*.md", ".gitignore", ".github/**", "**/metadata.yaml"]
}

resource "google_cloudbuild_trigger" "tf_validator_main_integration_tests" {
Expand Down

0 comments on commit d574e98

Please sign in to comment.