Skip to content

Scripted examples

Scripted examples #8

Workflow file for this run

name: Remove pre-merge tests!
on:
pull_request:
paths:
- 'tests/pre-merge/*.ipynb'
- 'tests/pre-merge/*.py'
pull_request_target:
branches:
- main
jobs:
Block-Merge:
runs-on: ubuntu-latest
steps:
- name: Pre-Merge tests present
run: |
echo " ⚠️ Please remove ipynb files from tests/pre-merge before merging into the main branch! ⚠️ "
exit 1