Skip to content

#1406:Updated slc_ci and slc_ci_setup and removed detect_platform nox task #1529

#1406:Updated slc_ci and slc_ci_setup and removed detect_platform nox task

#1406:Updated slc_ci and slc_ci_setup and removed detect_platform nox task #1529

name: Check PullRequest
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
submodules: 'recursive'
- name: Check if the branch triggers a rebuild
run: "bash .github/workflows/check_pull_request.sh ${{ github.event.pull_request.head.ref }} ${{ github.event.pull_request.base.ref }}"