Skip to content

Introduce a separate GHA workflow for Pull Request Validation to validate the correct commit hashes #4

Introduce a separate GHA workflow for Pull Request Validation to validate the correct commit hashes

Introduce a separate GHA workflow for Pull Request Validation to validate the correct commit hashes #4

Workflow file for this run

name: Pull Request Validations
on:
pull_request:
types: [opened, synchronize, reopened]
branches:
- main
concurrency:
group: ci-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build-run-tests:
uses: ./.github/workflows/build-run-tests.yml