terraform-plugin-docs icon indicating copy to clipboard operation
terraform-plugin-docs copied to clipboard

Update test CI workflow to run on external PRs

Open SBGoods opened this issue 1 year ago • 1 comments

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.

SBGoods avatar Apr 01 '24 19:04 SBGoods

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 😞

SBGoods avatar Apr 02 '24 14:04 SBGoods

superseded by: https://github.com/hashicorp/terraform-plugin-docs/pull/526

SBGoods avatar Sep 24 '25 19:09 SBGoods