Closed slifty closed 9 months ago
To solve this we just need to populate the name
field: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idname
This might just be a bug / weirdness with GitHub. I'm closing this issue. Next time I set up a project I might spend 15m to see if there are better naming conventions but it isn't worth the time right now!
I'm re-opening this after feedback from @jasonaowen -- worth patching at some point (when we have a second!)
@slifty This should be better with the merge of #28, the first commit in that branch. Reopen if this isn't correct.
The github workflows we have use names like
target_node
-- these names should reflect the task being performed (e.g.test
orbuild
. They're used in various interfaces such as the branch protection rules