From d24ad3d980f1feaf10cbb80f997753148485997c Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Fri, 25 Jul 2025 14:34:49 -0400 Subject: [PATCH] x --- .github/workflows/deploy_docs.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/deploy_docs.yml b/.github/workflows/deploy_docs.yml index acd828488..4c31784c2 100644 --- a/.github/workflows/deploy_docs.yml +++ b/.github/workflows/deploy_docs.yml @@ -35,16 +35,7 @@ jobs: with: filter: "docs/docs/**" - # TODO: Uncomment this to run on PRs - # run-changed-notebooks: - # needs: get-changed-files - # uses: ./.github/workflows/run_notebooks.yml - # secrets: inherit - # with: - # changed-files: ${{ needs.get-changed-files.outputs.changed-files }} - deploy: - # needs: run-changed-notebooks runs-on: ubuntu-latest timeout-minutes: 10 # Job will be cancelled if it runs for more than 10 minutes env: