hashicorp / terraform-provider-kubernetes

Terraform Kubernetes provider
https://www.terraform.io/docs/providers/kubernetes/
Mozilla Public License 2.0
1.58k stars 967 forks source link

CI: prevent nightly tests from running on forks #2535

Closed BBBmau closed 2 months ago

BBBmau commented 3 months ago

Description

Fixing based off of contributor feedback: https://github.com/hashicorp/terraform-provider-kubernetes/pull/2515#issuecomment-2191820143

This will prevent nightly tests from running on forks, which just produces noise for community contributors.

Community Note