Skip to content

#1026: Created test-Exasol-8-cuda-ml flavor #26

#1026: Created test-Exasol-8-cuda-ml flavor

#1026: Created test-Exasol-8-cuda-ml flavor #26

Workflow file for this run

name: Validate PR
on:
pull_request:
jobs:
validate-pr:
runs-on: ubuntu-24.04
steps:
- name: Check master
if: ${{github.base_ref == 'master' && github.head_ref != 'develop'}}
run: Target=${{github.base_ref}} Source=${{github.head_ref}}. echo You must not merge directly to master. Instead merge to 'develop' first. && exit 1