ci-cd

Installation
SKILL.md

CI/CD in Apache Beam

Overview

Apache Beam uses GitHub Actions for CI/CD. Workflows are located in .github/workflows/.

Workflow Types

PreCommit Workflows

  • Run on PRs and merges
  • Validate code changes before merge
  • Naming: beam_PreCommit_*.yml

PostCommit Workflows

  • Run after merge and on schedule
  • More comprehensive testing
  • Naming: beam_PostCommit_*.yml
Installs
23
Repository
apache/beam
GitHub Stars
8.6K
First Seen
Mar 1, 2026
ci-cd — apache/beam