diff --git a/.github/workflows/check-standards-drift.yml b/.github/workflows/check-standards-drift.yml index e7e3e14..bf33929 100644 --- a/.github/workflows/check-standards-drift.yml +++ b/.github/workflows/check-standards-drift.yml @@ -1,4 +1,4 @@ -name: Check Standards Drift +name: '[check] standards drift (callable)' # Reusable workflow. Consumers call it as a job from their own # `.github/workflows/.yml`: diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index b9f312b..4682ef3 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -1,4 +1,4 @@ -name: PR Check (shared wrapper) +name: '[check] PR check (callable)' # Reusable workflow. Consumers call this from their own # `.github/workflows/pr-check.yml` instead of calling diff --git a/.github/workflows/pr-validation.yml b/.github/workflows/pr-validation.yml index 3eebdba..78e40d0 100644 --- a/.github/workflows/pr-validation.yml +++ b/.github/workflows/pr-validation.yml @@ -1,4 +1,4 @@ -name: PR Validation (shared base) +name: '[check] PR validation (callable)' # Reusable workflow. Consumers call it from their own # `.github/workflows/.yml`: