A short post this Friday.
After creating a new Github Actions workflow I noticed that the name was referring to the filename:
I couldn't start my weekend without fixing this first. I opened up the yaml file and explicitly set a name:
When I came back to the list of Github Actions after committing the change, the list was updated and got a nice name instead of the filename:
Me happy!