Skip to content

Conversation

@arnopo
Copy link
Collaborator

@arnopo arnopo commented Dec 23, 2025

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

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
@arnopo arnopo linked an issue Dec 23, 2025 that may be closed by this pull request
Copy link
Contributor

@edmooring edmooring left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to go.

@arnopo arnopo merged commit 59e843f into OpenAMP:main Jan 26, 2026
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

GitHub actions should not run checkpatch on PRs for CI

2 participants