Skip to content

Fix ci workflow on master#27094

Merged
findepi merged 1 commit into
masterfrom
findepi/fix-ci
Oct 24, 2025
Merged

Fix ci workflow on master#27094
findepi merged 1 commit into
masterfrom
findepi/fix-ci

Conversation

@findepi
Copy link
Copy Markdown
Member

@findepi findepi commented Oct 24, 2025

The ci workflow got broken in 3698755 (#27070)
because dorny/paths-filter action works out of the box on PR runs
only.

It can be made to work on branch push runs too (requires
actions/checkout), but then it's meaningless -- there won't be any
chnages anyway. Or actually can be misleading, as it will compare the
branch against master, so may work surprisingly when the workflow is
enabled on any other branch.

@cla-bot cla-bot Bot added the cla-signed label Oct 24, 2025
@sourcery-ai

This comment was marked as outdated.

sourcery-ai[bot]

This comment was marked as off-topic.

@findepi
Copy link
Copy Markdown
Member Author

findepi commented Oct 24, 2025

The ci workflow got broken in 3698755
because `dorny/paths-filter` action works out of the box on PR runs
only.

It can be made to work on branch push runs too (requires
actions/checkout), but then it's meaningless -- there won't be any
chnages anyway. Or actually can be misleading, as it will compare the
branch against master, so may work surprisingly when the workflow is
enabled on any other branch.

This comment was marked as duplicate.

@findepi findepi changed the title Fix ci workflow on master Fix ci workflow on master Oct 24, 2025
@findepi findepi merged commit 2303e30 into master Oct 24, 2025
208 of 213 checks passed
@findepi findepi deleted the findepi/fix-ci branch October 24, 2025 18:58
@github-actions github-actions Bot added this to the 478 milestone Oct 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

3 participants