Skip to content
Snippets Groups Projects
Verified Commit e961cc4b authored by Bartek Jaskulski's avatar Bartek Jaskulski
Browse files

fix: skip static checks for MR pipelines


GitLab way of running MR pipelines results in our jobs requiring
undefined dependencies (`phpcs` requires `prepare vendor prefixed`).
Everything works properly for regular branch and tag pipelines, but
merge requests are triggering error or invalid YAML.

Simply, disable those jobs in CI.

Signed-off-by: default avatarBart Jaskulski <bjaskulski@protonmail.com>
parent 59a768c8
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment