mutationpp / Mutationpp

The MUlticomponent Thermodynamic And Transport library for IONized gases in C++
GNU Lesser General Public License v3.0
103 stars 58 forks source link

Phantom jobs in CI tests #200

Closed jbscoggi closed 2 years ago

jbscoggi commented 2 years ago

In recent PRs, I've noticed that 4 checks are never run. Even more odd is that I can't find these jobs anywhere in the .github/workflow files. In particular these are:

Beyond just being weird, it stops automatically merging because not all checks can pass (since they are never run). As an example, take a look at recent PRs, including #186. @rdbisme, perhaps you have an idea of what's happening?

rdbisme commented 2 years ago

Ehi @jbscoggi. I think it's a bug of Github Actions: https://github.community/t/is-there-a-way-to-delete-or-hide-old-renamed-workflows/16281/35

rdbisme commented 2 years ago

Oh wait, this looks related

rdbisme commented 2 years ago

Fixed! :)

jbscoggi commented 2 years ago

Thanks @rdbisme!