Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update test CI workflow to run on external PRs #351

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

SBGoods
Copy link
Contributor

@SBGoods SBGoods commented Apr 1, 2024

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 SBGoods requested a review from a team as a code owner April 1, 2024 19:10
Copy link
Member

@austinvalle austinvalle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this PR meant to address a similar issue to the one mentioned in https://github.com/hashicorp/terraform-providers-devex-internal/issues/176 ?

If so, I'm not sure changing the target would help there 🙁

@SBGoods
Copy link
Contributor Author

SBGoods commented Apr 2, 2024

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 😞

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants