Skip to content

Merge pull request #8121 from madhavajay/madhava/clear_space #612

Merge pull request #8121 from madhavajay/madhava/clear_space

Merge pull request #8121 from madhavajay/madhava/clear_space #612

name: Post Merge - Cleanup Notebooks
on:
workflow_call:
push:
branches:
- dev
- main
- "0.8"
jobs:
post-merge-cleanup-notebooks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.SYFT_BOT_COMMIT_TOKEN }}
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Commit changes to remove notebooks
uses: EndBug/add-and-commit@v9
with:
author_name: ${{ secrets.OM_BOT_NAME }}
author_email: ${{ secrets.OM_BOT_EMAIL }}
message: "cleanup notebooks"
remove: "-r notebooks/Experimental/"
commit: "-a"