ci: do not skip detect-changes on pull requests#12145
Conversation
Review Summary by QodoEnable detect-changes job to run on all pull requests
WalkthroughsDescription• Remove conditional skip of detect-changes job on pull requests • Allow detect-changes to run for all pull request events • Simplify workflow condition logic by removing fork check Diagramflowchart LR
A["GitHub Workflow Event"] --> B["detect-changes Job"]
C["Previous: Skip on PR unless fork"] -.->|removed| B
D["New: Always run on PR"] -->|enabled| B
File Changes1. .github/workflows/tests.yml
|
|
Code Review by Qodo
1. detect-changes failure masked
|
|
I think we could to fix a few more things while we are at it:
Not sure about coverage, for me it works and I am using it, I don't remember if I set it up or it just worked, I've had it for many years. |
|
@pkuczynski @G0maa I think this was our only check that was preventing running the workflows twice in this repo (if the contributor is pushing to this repo, not to their fork). We could also just block push access for contributors 🤷🏻 Later edit: I see that now the tests are no longer running in forks (unless it's the |



No description provided.