From 600ad01ee59f356e8014f8dcfefc08b18fd2d791 Mon Sep 17 00:00:00 2001 From: Cristhian Garcia Date: Wed, 24 Apr 2024 14:16:40 -0500 Subject: [PATCH] build: only build documentation on merge to main --- .github/workflows/documentation.yml | 5 ----- 1 file changed, 5 deletions(-) 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: