From 3635f366d77e340a8cefd0ee0ee613721dff375d Mon Sep 17 00:00:00 2001 From: catchSheep <81134674+catchSheep@users.noreply.github.com> Date: Fri, 5 Jul 2024 14:46:27 +0800 Subject: [PATCH] Testing workflow --- .github/workflows/notebook_colab_gen.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/notebook_colab_gen.yml b/.github/workflows/notebook_colab_gen.yml index 6dd5f1e..18079ca 100644 --- a/.github/workflows/notebook_colab_gen.yml +++ b/.github/workflows/notebook_colab_gen.yml @@ -1,9 +1,7 @@ name: Build google colab notebooks run-name: ${{ github.actor }} is building colab notebooks from regular notebooks on: - push: - paths: - - 'notebooks/**.ipynb' + push env: notebook_dir: "./notebooks" colab_directory: "./colab_notebooks"