Skip to content

Commit

Permalink
Update CI_build.yml
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
pryrt authored Feb 5, 2024
1 parent 3a21db3 commit 119b441
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI_build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CI_build
name: Build Static HTML For Verification

on: [push, pull_request]
on: [pull_request, workflow_dispatch]

jobs:
build:
Expand Down

0 comments on commit 119b441

Please sign in to comment.