From 031adf9d12d5d19f55c77ccc5db6410602bd3e90 Mon Sep 17 00:00:00 2001 From: Peter Harrison <16875803+palisadoes@users.noreply.github.com> Date: Sat, 10 Feb 2024 19:27:48 -0800 Subject: [PATCH] Restore the automated-docs if statement --- .github/workflows/push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 6eb103c38b..329c0942a4 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -96,7 +96,7 @@ jobs: Generate-Documentation: name: Generate Documentation runs-on: ubuntu-latest - # if: github.ref == 'refs/heads/automated-docs' + if: github.ref == 'refs/heads/automated-docs' needs: Push-Workflow steps: - name: Checkout repository