Skip to content

Commit

Permalink
Remove duplicate build tutorials job from nightly cron (#3304)
Browse files Browse the repository at this point in the history
Summary:
Cron runs `publish_website` with `run_tutorials: true`, which runs all tutorials. The `build_tutorials` step duplicates this.

Pull Request resolved: #3304

Reviewed By: CristianLara

Differential Revision: D69124914

Pulled By: saitcakmak

fbshipit-source-id: 53e067b8428ffa85df772da34a5339ff28f6e5d9
  • Loading branch information
saitcakmak authored and facebook-github-bot committed Feb 4, 2025
1 parent e2082ae commit 1a831f4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,6 @@ jobs:
minimal_dependencies: false
secrets: inherit

build-tutorials:
name: Build tutorials with latest BoTorch
uses: ./.github/workflows/reusable_tutorials.yml
with:
smoke_test: false
pinned_botorch: false

publish-latest-website:
name: Publish latest website
uses: ./.github/workflows/publish_website.yml
Expand Down

0 comments on commit 1a831f4

Please sign in to comment.