Branch: refs/heads/main Home: https://github.com/OpenAMP/open-amp Commit: 59e843f3efd788c181436066298a3e03273bc4a1 https://github.com/OpenAMP/open-amp/commit/59e843f3efd788c181436066298a3e032... Author: Arnaud Pouliquen arnaud.pouliquen@foss.st.com Date: 2026-01-26 (Mon, 26 Jan 2026)
Changed paths: M .github/workflows/compliance.yml
Log Message: ----------- CI: Fix compliance check folder bypass
On GitHub, this check is tagged as "Required." However, if a PR only affects the following folders:.github, docs, scripts, or cmake, the check is not executed (to avoid false positives), resulting in the status "execution pending" + "required" on GitHub.
This commit forces the execution of the check but bypasses the compliance.xml test when the PR only affects the listed folders.
If at least one update affects other folders, the compliance check runs as usual.
In addition, the cmake folder is removed from the list, as there is no reason to skip compliance tests on it.
Signed-off-by: Arnaud Pouliquen arnaud.pouliquen@foss.st.com
To unsubscribe from these emails, change your notification settings at https://github.com/OpenAMP/open-amp/settings/notifications