From f23cd022fbb0d39eaa9e359d600b880fed34fcf1 Mon Sep 17 00:00:00 2001 From: Mickey Ryan Date: Thu, 26 Sep 2024 14:46:54 -0400 Subject: [PATCH] feat: Change workflow and job names --- .github/workflows/pr-checks.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 467af8b47d..603b6d159a 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -1,10 +1,11 @@ -name: Validate PR Artifact +name: PR Validation on: pull_request: jobs: validate: + name: Validate Artifact runs-on: ubuntu-latest steps: - name: Checkout repository @@ -16,6 +17,7 @@ jobs: - name: Validate PR Artifact uses: "./.github/actions/build-validate-artifact" validate-quickstart-ids: + name: Validate Quickstart IDs runs-on: ubuntu-latest if: ${{ github.base_ref == 'main' && github.head_ref == 'release' }} steps: