ci: rename PR validation job and skills validation job for clarity @W-21534193@ (#43)

Refactor GitHub workflows: rename PR validation job and skills validation job for clarity
This commit is contained in:
Mohan Raj Rajamanickam 2026-03-12 15:16:05 -07:00 committed by GitHub
parent ae4e46d97f
commit ddc6ec0ce3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
name: pr-validation
name: Validate PR Title
on:
pull_request:
@ -6,5 +6,5 @@ on:
branches: [main]
jobs:
pr-validation:
pr-title:
uses: salesforcecli/github-workflows/.github/workflows/validatePR.yml@main

View File

@ -11,7 +11,7 @@ on:
- '.github/workflows/validate-skills.yml'
jobs:
validate:
validate-skills:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4