From 1130eeffe98dec4195d23c0cf6b811462c822449 Mon Sep 17 00:00:00 2001 From: Taush Sampley Date: Sat, 10 Feb 2024 18:56:29 -0600 Subject: [PATCH] Fix job descriptions --- .github/workflows/docs-pr-checks.yml | 4 ++-- .github/workflows/feature-pr-checks.yml | 2 +- .github/workflows/main-pr-checks.yml | 5 +++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/docs-pr-checks.yml b/.github/workflows/docs-pr-checks.yml index 0ba62db..ddbc5e4 100644 --- a/.github/workflows/docs-pr-checks.yml +++ b/.github/workflows/docs-pr-checks.yml @@ -12,8 +12,8 @@ on: - "*/README.md" jobs: - setup: - name: "Setup Environment" + build: + name: "Generate Latest Documentation" runs-on: [ubuntu-22.04] if: github.event.pull_request.draft == false # ignore draft pull requests # env: diff --git a/.github/workflows/feature-pr-checks.yml b/.github/workflows/feature-pr-checks.yml index 55cc106..53c5897 100644 --- a/.github/workflows/feature-pr-checks.yml +++ b/.github/workflows/feature-pr-checks.yml @@ -13,7 +13,7 @@ on: jobs: build: - name: "Setup Environment" + name: "Setup and Build Project (Feature)" runs-on: [ubuntu-22.04] if: github.event.pull_request.draft == false # ignore draft pull requests # env: diff --git a/.github/workflows/main-pr-checks.yml b/.github/workflows/main-pr-checks.yml index 0b44fab..8558009 100644 --- a/.github/workflows/main-pr-checks.yml +++ b/.github/workflows/main-pr-checks.yml @@ -12,9 +12,10 @@ on: - "*/README.md" jobs: - setup: - name: "Setup Environment" + build: + name: "Setup and Build Project" runs-on: [ubuntu-22.04] + if: github.event.pull_request.draft == false # ignore draft pull requests # env: # # outputs: