-
Notifications
You must be signed in to change notification settings - Fork 221
New issue
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
PR gets stuck when there are only document changes #5689
Comments
Two examples can be found here: |
It is because that CI ignores changes restricted to the docs directory, this is safe to ignore. Or we can unconditionally run such workflows |
Why does the build workflows are triggered in the first place? |
The tests are showing up because the repo is configured to expect these tests to pass, when in fact they are not triggered. This is just a github display issue, and no tests are actually stuck. |
See https://github.com/shader-slang/slang/settings/branch_protection_rules/1102224 under "Require status checks to pass before merging" |
When PR has only document files changed, the CI gets stuck.
"build"-s are not supposed to be triggered but they are.
I am not sure if it related to the recent change with "licence/cla" action.
The text was updated successfully, but these errors were encountered: