Skip to content

Commit

Permalink
Take out check on if repository is forked in website deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
pflooky committed Nov 29, 2023
1 parent 20e3c1a commit 3b455ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ permissions:
jobs:
deploy:
runs-on: ubuntu-latest
if: github.event.repository.fork == false
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand Down

0 comments on commit 3b455ed

Please sign in to comment.