diff --git a/.github/workflows/docs_build_and_deploy.yml b/.github/workflows/docs_build_and_deploy.yml index f9e3a5c..e9fd2d3 100644 --- a/.github/workflows/docs_build_and_deploy.yml +++ b/.github/workflows/docs_build_and_deploy.yml @@ -18,7 +18,7 @@ on: jobs: linting: # scheduled workflows should not run on forks - if: (${{ github.event_name == 'schedule' }} && ${{ github.repository_owner == 'neuroinformatics-unit' }} && ${{ github.ref == 'refs/heads/main' }}) || (${{ github.event_name != 'schedule' }}) + if: (${{ github.repository_owner == 'neuroinformatics-unit' }}) || (${{ github.event_name != 'schedule' }}) runs-on: ubuntu-latest steps: - uses: neuroinformatics-unit/actions/lint@v2