terraform-plugin-docs
terraform-plugin-docs copied to clipboard
Update test CI workflow to run on external PRs
Possibly due to a quirk with approving Github action workflow runs from external forks, the test workflow currently doesn't run on external PRs after approval but the workflow runs normally on PRs opened from local branches. Adding the pull_request key should fix this.
Ah I forgot about that issue. This issue is meant to address the test workflows not triggering at all on external PRs, but once this merges they'll still run into the configuration variables issue, so we still won't see successful runs 😞
superseded by: https://github.com/hashicorp/terraform-plugin-docs/pull/526