Skip to content

Commit

Permalink
feat: Change workflow and job names
Browse files Browse the repository at this point in the history
  • Loading branch information
mickeyryan42 committed Sep 26, 2024
1 parent 4eaf2dc commit f23cd02
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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:
Expand Down

0 comments on commit f23cd02

Please sign in to comment.