Skip to content

Commit

Permalink
Update gh-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
porink0424 committed Oct 30, 2024
1 parent bee602f commit d8717c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest

# Not intended for forks
if: github.repository == 'optuna/optuna-dashboard'

steps:
- uses: actions/checkout@v3
- name: Install Rust toolchains
Expand Down

0 comments on commit d8717c4

Please sign in to comment.