Skip to content

#806: Removed python-3.7-minimal-EXASOL-6.2.0 #638

#806: Removed python-3.7-minimal-EXASOL-6.2.0

#806: Removed python-3.7-minimal-EXASOL-6.2.0 #638

name: Check PullRequest
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Init submodules
run: git submodule update --init --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 }}"