From 624998d2ebfa77eed570c23619ec0ade1e8c87bc Mon Sep 17 00:00:00 2001 From: carlocagnetta Date: Thu, 2 Nov 2023 16:51:47 +0100 Subject: [PATCH] fix notebook action --- .github/workflows/notebooks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/notebooks.yml b/.github/workflows/notebooks.yml index 276cd32..7c65213 100644 --- a/.github/workflows/notebooks.yml +++ b/.github/workflows/notebooks.yml @@ -34,7 +34,7 @@ jobs: run: poetry run jupyter-book build notebooks deploy: runs-on: ubuntu-latest - needs: test + needs: check if: github.ref == 'refs/heads/master' steps: - name: Github Pages action