Experiments With GitHub Actions Concurrency Group

Let’s first explore several situations to understand why you might need the concurrency group feature. Then, you can conduct a series of experiments, independent of the AWSome Books project, to examine how implementing concurrency group can significantly enhance the efficiency of the CI/CD pipeline.

Content

  1. You Might Want A Single Workflow Execution At A Time!
  2. Prepare Source Code
  3. Experiment 5
  4. Experiment 6
  5. Experiment 7
  6. Review Concurrency Group Of Existing Workflows