Reducing Pipeline Runtime #216
gmenziesint
started this conversation in
General
Replies: 1 comment 3 replies
-
If you are only creating a new tag and tagging the current state I would do a shallow depth (fetchDepth 1) as that might have an significant effect on the runtime. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
We're starting to see our pipeline runs taking 30 minutes plus as it's pulling all of the history for the repo. We're using Tags to tag individual backups so we can find them easily by date and time.
Would changing the checkout depth for the pipeline have an affect on the backup?
Example -
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions