We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Brief Description C.I. Doesn't run on PR's
Severity Medium
Details https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onpushpull_requestpull_request_targetpathspaths-ignore says "Note: You should not use path filtering to skip workflow runs if the workflow has been configured to be required." I suspect that's the culprit here. I have no idea how paths-ignore works in the case of a PR with no files changed. This happened on a "Sync" PR that was only taking a merge commit back.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Brief Description
C.I. Doesn't run on PR's
Severity
Medium
Details
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onpushpull_requestpull_request_targetpathspaths-ignore says "Note: You should not use path filtering to skip workflow runs if the workflow has been configured to be required."
I suspect that's the culprit here. I have no idea how paths-ignore works in the case of a PR with no files changed.
This happened on a "Sync" PR that was only taking a merge commit back.
The text was updated successfully, but these errors were encountered: