Skip to content

Update Dependencies on top of 9.0.0 #1038 #1058

Update Dependencies on top of 9.0.0 #1038

Update Dependencies on top of 9.0.0 #1038 #1058

name: Check PullRequest
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
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 }}"