Use configure_tracking_metrics to add tracking metrics (#4876) #952
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Test Website | |
| on: | |
| push: | |
| branches: [ main ] | |
| pull_request: | |
| branches: [ main ] | |
| paths: | |
| - "tutorials/**" | |
| - "docs/**" | |
| - "scripts/**" | |
| - "website/**" | |
| workflow_dispatch: | |
| jobs: | |
| website: | |
| name: Test building website | |
| uses: ./.github/workflows/publish_website.yml | |
| with: | |
| dry_run: true | |
| pinned_botorch: false | |
| run_tutorials: false |