You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
In PRs that don't modify any php files, the "Code sniff" and "PHP Unit Tests" checks get stuck in a pending state (ex. #2918). They do not run because the PR doesn't match any of the filters that the workflows define. This causes issues because our repository is set up to require all checks to pass before merging.
This PR updates the filtering on these workflows to run on every PR, regardless of what files were changed.
Pull Request resolved: #2926
Reviewed By: nrostrow-meta
Differential Revision: D70673188
Pulled By: carterbuce
fbshipit-source-id: e2fc616d497e21b9b4f993da365afcc4a0664b4f
0 commit comments