First thanks for this amazing, service, now time for questions.
We started configuring netlify to create our build previews in github, and I’m trying to configure it to be minimal:
We are mostly interested in the “netlify/microshift/deploy-preview” part.
Is there a way to disable the reports for:
Header rules
Pages changed
Redirect rules
Mixed content
?
This repository is a monorepo with the project sources plus the website.
I was also trying to disable build with the ignore parameter from documents here [1], but it seems like $COMMIT_REF is not available.
10:19:48 AM: Detected ignore command in Netlify configuration file. Proceeding with the specified command: 'git diff --quiet main $COMMIT_REF docs/'
10:19:48 AM: fatal: ambiguous argument 'docs/': unknown revision or path not in the working tree.