diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index be35a95a..7f1a0593 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -7,9 +7,6 @@ on: push: branches: - main - pull_request: - branches: - - main env: DBT_PROFILES_DIR: ./.github/ @@ -20,8 +17,6 @@ env: jobs: build: - # Forks will never have permissions to do this, so skip this for those - if: github.event.pull_request.head.repo.full_name == github.repository name: Deploy dbt docs to github pages runs-on: ubuntu-latest permissions: