Skip to content

ci: don't fail the changes job when path-filter can't detect changes … - #15

Merged
FRACerqueira merged 1 commit into
mainfrom
develop
Aug 10, 2026
Merged

ci: don't fail the changes job when path-filter can't detect changes …#15
FRACerqueira merged 1 commit into
mainfrom
develop

Conversation

@FRACerqueira

Copy link
Copy Markdown
Owner

…on push

dorny/paths-filter's API mode only works for pull_request events; on push events (e.g. a merge commit to main) there's no local checkout to diff against and the step errors out, failing the whole job and skipping the build entirely. continue-on-error lets it degrade to "skip tests" instead.

…on push

dorny/paths-filter's API mode only works for pull_request events; on push
events (e.g. a merge commit to main) there's no local checkout to diff
against and the step errors out, failing the whole job and skipping the
build entirely. continue-on-error lets it degrade to "skip tests" instead.
@FRACerqueira
FRACerqueira merged commit 63e398a into main Aug 10, 2026
10 checks passed
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.

1 participant