Skip to content

#1482/ #1484: Added tools.pip section to conda template flavors and updated exaslsct, slc-ci & slc-ci-setup #1637

#1482/ #1484: Added tools.pip section to conda template flavors and updated exaslsct, slc-ci & slc-ci-setup

#1482/ #1484: Added tools.pip section to conda template flavors and updated exaslsct, slc-ci & slc-ci-setup #1637

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 }}"