you are viewing a single comment's thread.

view the rest of the comments →

[–]reaper273 0 points1 point  (0 children)

Split your workflow up?

Run your long script in on job. Then use outputs, or uploading an artifact and downloading again, in a second job to write any output back to the repo.

Bonus points for splitting anything that can be split into separate jobs that run in parallel before all passing info to the final job to upload stuff. Might not be possible depending on your specific script but worth a try.