Skip to content

Resolve "Running GitHub Actions on contributions is cumbersome"#400

Merged
btschwertfeger merged 1 commit intomasterfrom
375-running-github-actions-on-contributions-is-cumbersome
Sep 21, 2025
Merged

Resolve "Running GitHub Actions on contributions is cumbersome"#400
btschwertfeger merged 1 commit intomasterfrom
375-running-github-actions-on-contributions-is-cumbersome

Conversation

@btschwertfeger
Copy link
Owner

@btschwertfeger btschwertfeger commented Sep 21, 2025

To encounter always failing tests on contributions due to missing access to repository secrets, jobs that require those are disabled for PRs of non-owners. This way the workflow execution looks sane, while the reviewer needs to run the sensitive tests by themselves before proposed changes can be approved and merged.

The issue was already partly addressed in #394.

Closes #375

@btschwertfeger btschwertfeger added this to the Upcoming Release milestone Sep 21, 2025
@btschwertfeger btschwertfeger self-assigned this Sep 21, 2025
@btschwertfeger btschwertfeger added Testing Test-related Project setup QA, tooling, and setup related Technical Dept labels Sep 21, 2025
@btschwertfeger btschwertfeger merged commit f6350e5 into master Sep 21, 2025
42 checks passed
@btschwertfeger btschwertfeger deleted the 375-running-github-actions-on-contributions-is-cumbersome branch September 21, 2025 06:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Project setup QA, tooling, and setup related Technical Dept Testing Test-related

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Running GitHub Actions on contributions is cumbersome

1 participant