PhilanthropyDataCommons / auth

PDC related extensions that were made for the keycloak auth service
1 stars 1 forks source link

Github workflow jobs names aren't descriptive #21

Closed slifty closed 9 months ago

slifty commented 1 year ago

The github workflows we have use names like target_node -- these names should reflect the task being performed (e.g. test or build. They're used in various interfaces such as the branch protection rules

image
slifty commented 1 year 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

slifty commented 1 year ago

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!

slifty commented 1 year ago

I'm re-opening this after feedback from @jasonaowen -- worth patching at some point (when we have a second!)

bickelj commented 9 months ago

@slifty This should be better with the merge of #28, the first commit in that branch. Reopen if this isn't correct.