Skip to content

ci: Use github.sha for build #1500

ci: Use github.sha for build

ci: Use github.sha for build #1500

name: Validate PR title
on:
pull_request_target:
types:
- opened
- edited
- synchronize
- reopened
pull_request:
types:
- opened
- edited
- synchronize
- reopened
defaults:
run:
shell: bash -x -e -u -o pipefail {0}
permissions:
pull-requests: read
jobs:
semantic-pull-request:
uses: NVIDIA/NeMo-FW-CI-templates/.github/workflows/_semantic_pull_request.yml@v0.13.0