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: