Skip to content
Snippets Groups Projects
  • Ariya Hidayat's avatar
    b9d69a3c
    CI with GitHub Actions: focus on PR trigger (#20128) · b9d69a3c
    Ariya Hidayat authored
    To avoid double runs of various checks (linters, tests, etc) on feature
    branch, we mainly run on pull_request trigger, i.e. the checks are
    carried out once that feature branch appears in a PR, and not before.
    
    We do however still run on push trigger for the important branches
    (master, release-*).
    CI with GitHub Actions: focus on PR trigger (#20128)
    Ariya Hidayat authored
    To avoid double runs of various checks (linters, tests, etc) on feature
    branch, we mainly run on pull_request trigger, i.e. the checks are
    carried out once that feature branch appears in a PR, and not before.
    
    We do however still run on push trigger for the important branches
    (master, release-*).
Code owners
Assign users and groups as approvers for specific file changes. Learn more.