pydata / pydata-sphinx-theme

A clean, three-column Sphinx theme with Bootstrap for the PyData community
https://pydata-sphinx-theme.readthedocs.io
BSD 3-Clause "New" or "Revised" License
557 stars 300 forks source link

BUG - Ensure coverage comment is triggered #1879

Closed trallard closed 2 weeks ago

trallard commented 2 weeks ago

It seems the coverage comment workflow was not being triggered due to a lack of context regarding the original workflow trigger event.

This change should ensure that it accesses the correct context only when the trigger workflow has been completed successfully.

Carreau commented 2 weeks ago

And let's try to see if that fixes things.

trallard commented 2 weeks ago

Woops I did not finish this because I got sidetracked with the pre-commit thing. Will come back and clean what is still not working next week.