qmacro / thinking-aloud

A journal, of sorts.
13 stars 0 forks source link

streamline workflow jobs #11

Closed qmacro closed 3 years ago

qmacro commented 3 years ago

There are three GitHub Actions jobs right now, and they're currently in three separate workflow files. I think it would be better to have them in a single workflow file, perhaps also with dependencies so they run in series. In addition, the generate-feed and render-entries workflows do stuff based on the same input (the JSON list of issues from the API call) so I should really consolidate there too.