-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Fix detection of changed files in CI #9035
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
Conversation
73bbb99 to
db6f649
Compare
|
I'm not sure if that's the root cause because the checks did ran in the last few days and the |
|
|
@MichaReiser they didn't run on this branch before the change, but did after 🤷♀️ perhaps a change on GitHub's end |
|
Also, I ran the workflow with debug logs and the "Determine changes" workflow is not at fault |
|
Hm but it does seem to be at fault over in the other branch https://github.com/astral-sh/ruff/actions/runs/7122120523/job/19395730196 |
|
|
|
|
Now that the root cause has been fixed you may want to remove the |
|
Eh we use |
These were literals instead of expressions... and were consequently not evaluated.
Fixes bug from #8225