TomographicImaging / CIL

A versatile python framework for tomographic imaging
https://tomographicimaging.github.io/CIL/
Apache License 2.0
97 stars 45 forks source link

Github actions hang on pull requests which edit text only #1744

Closed lauramurgatroyd closed 8 months ago

lauramurgatroyd commented 8 months ago

Description

Pull requests which edit only text files have the actions hang - "waiting for status to be reported" E.g. https://github.com/TomographicImaging/CIL/pull/1677

I believe this is to do with the skip conditions in the ghas: https://github.com/TomographicImaging/CIL/blob/3231549aa969b950ee7f935b5c5724e89c0af7fe/.github/workflows/build.yml#L21

casperdcl commented 8 months ago

have you tried fixing merge conflicts with master?

lauramurgatroyd commented 8 months ago

At the time I opened the issue there were no conflicts and I have just resolved conflicts now and still got the same message

lauramurgatroyd commented 8 months ago

On that particular PR I overrode it and merged anyway