homie-gg / homie

1 stars 0 forks source link

fix(PRs): import via separate jobs #117

Closed mikewuu closed 3 months ago

mikewuu commented 3 months ago

Previously was importing in a single job which would either:

Now we'll import in separate jobs which should speed things up and be more resilient to errors.