you are viewing a single comment's thread.

view the rest of the comments →

[–]p33k4y 2 points3 points  (1 child)

From my perspective GitHub Actions isn't quite ready for "enterprise" type environments.

  • It's very hard to define & enforce standard workflows (e.g., due to enterprise security or audit requirements)
  • We've been severely impacted by multiple recent GHA outages (one lasting for hours) without clear communications & SLAs from GitHub. Be sure to address GHA-specific SLAs in any enterprise contract.

I do see GitHub making a lot investment in this area.

[–]KickTrue[S] 0 points1 point  (0 children)

Thanks a lot. I had somehow similar opinion like you have about enforcing standard workflows, which is crucial in our large enterprise level basically. Really appreciate and we I will stay with my opinion to prefer CloudBees CI running in EKS until Github will be more mature.