diff --git a/.github/workflows/documenter.yml b/.github/workflows/documenter.yml index 4a0b00e..79eff99 100644 --- a/.github/workflows/documenter.yml +++ b/.github/workflows/documenter.yml @@ -22,8 +22,6 @@ jobs: Documenter: name: Documentation runs-on: ubuntu-22.04 - # Run on push's or non-draft PRs - if: (github.event_name == 'push') || (github.event.pull_request.draft == false) steps: - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@v1