/gh-actions

https://www.linkedin.com/learning/learning-github-actions-2

Github Actions Training

A repo I will use to try out beginner to advanced concepts and in general play around with Github Actions.

Links

Notes

  • You can have many workflows but only 180 concurrent jobs for GH Enterprise.
  • Actions can't trigger other workflows
  • Action logs are limited to 64kb
    • if this happens your jobs might be found queuing or failing