Skip to content

Commit

Permalink
testing path restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
catchSheep committed Jul 5, 2024
1 parent b6c4771 commit dde4b3b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/notebook_colab_gen.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
name: Build google colab notebooks
run-name: ${{ github.actor }} is building colab notebooks from regular notebooks
on:
push
push:
paths:
- 'notebooks/**.ipynb'
env:
notebook_dir: "./notebooks"
colab_directory: "./colab_notebooks"
jobs:

add_nbs:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit dde4b3b

Please sign in to comment.