From 9fabd0343282eab24dbb85746167121bc6ff19b6 Mon Sep 17 00:00:00 2001 From: Kevin Jacobson Date: Wed, 11 Dec 2024 12:45:18 -0500 Subject: [PATCH] Disable docs deploy on PRs now that the build works --- .github/workflows/host_docs.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/host_docs.yml b/.github/workflows/host_docs.yml index 15a2d2e2..d5b7449a 100644 --- a/.github/workflows/host_docs.yml +++ b/.github/workflows/host_docs.yml @@ -4,8 +4,6 @@ on: # Triggers the workflow on push events but only for the main branch push: branches: [ main ] - pull_request: - branches: [ main ] jobs: # This job is called test_docs.