From 119b441778937aca72a19546dc21b1dcdbe41cb7 Mon Sep 17 00:00:00 2001 From: PeterCJ Date: Mon, 5 Feb 2024 12:17:49 -0800 Subject: [PATCH] Update CI_build.yml Change name to "Build Static HTML for Verification". Only run for pull requests and workflow_dispatch, to avoid doing so much hugo/httrack downloading -- that way, it's only when reviewers want to view the HTML from a contributor, or someone wants to manually check the results of their change without using a local hugo.exe; don't need to waste CPU cycles when the HTML was already verified from a local hugo server during development. --- .github/workflows/CI_build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI_build.yml b/.github/workflows/CI_build.yml index 2ea3fee5..23caebe4 100644 --- a/.github/workflows/CI_build.yml +++ b/.github/workflows/CI_build.yml @@ -1,6 +1,6 @@ -name: CI_build +name: Build Static HTML For Verification -on: [push, pull_request] +on: [pull_request, workflow_dispatch] jobs: build: