Skip to content

CI: restore default workflow triggers and fix windows reusable-summary reference#2632

Open
YannikSpaeth wants to merge 24 commits into
eclipse-ecal:masterfrom
YannikSpaeth:patch-1
Open

CI: restore default workflow triggers and fix windows reusable-summary reference#2632
YannikSpaeth wants to merge 24 commits into
eclipse-ecal:masterfrom
YannikSpaeth:patch-1

Conversation

@YannikSpaeth

Copy link
Copy Markdown

Description

Reverts temporary CI trigger restrictions and fixes the Windows reusable summary workflow reference.

YannikSpaeth and others added 24 commits April 15, 2026 10:49
Test reusable CI failure summary workflow integration
Extract CI failure summary into reusable workflow
Removed intentional failure tests for summary validation.

@FlorianReimold FlorianReimold left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Currently I see 2 remaining issues with this PR:

  1. The action fails for PRs that come from forks. This PR is a good example by itself for that. The reduces permissions of the github token for fork PRs are by design and should not be changed. However, the action should also not go to a failed state for every fork PR. An acceptable solution would be to simply skip the action, as it cannot post comments anyways.

  2. The action is triggered by pushes (i.e. triggers that are non-PR related), but don’t react on that. It always tries to obtain the PR number and operate with it. I am not sure what happens in that case (fail / PR number 0 / maybe it is handles somewhere else?)

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.

2 participants