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: