Github Actions and Workflows that make maintaining Magento2 projects and modules easier.
44
stars
11
forks
source link
[FEAT Determine whether or not it is possible to memoize the output of `supported-version` #95
Closed
damienwebdev closed 1 year ago
:bulb: Feature request
Feature Name
Memoized Jobs in Github Actions (Dynamic Programming + DAGs)
The Desired Behavior
As a developer, I want to improve the performance of my Github actions and skip steps that are frequently run.
I wrote up a feature request to Github: https://github.com/orgs/community/discussions/38571
Your Use Case
@DavidLambauer wrote an interesting point on https://github.com/mage-os/mageos-magento2/issues/4#issuecomment-1306071699 I would love to leverage dynamic programming to solve this problem.