Skip to content

Streamline PR, Merge & Deploy Workflows #5448

@ccampbell-fearless

Description

@ccampbell-fearless

Description

There is overlap between what runs on PR checks and what runs on merge to main resulting in duplicate job execution. Additionally, the backend and terraform deployments are coupled in a way that causes unnecessary runs when only one area has changed. This ticket consolidates and decouples these workflows.

Tasks

  • Consolidate duplicate jobs between PR checks and merge to main workflows.
  • Suppress application tests when source code has not changed (for example, updates to docs/ or .github/ should not trigger tests)
  • Suppress terraform applies when terraform has not changed
  • Suppress app deployments when source code has not changed

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Triage

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions