feat(core): rename skip-if-only-metadata-changed to data-changed

This commit is contained in:
lowlighter
2021-10-28 00:37:32 -04:00
parent 3805d27833
commit 7ccdf9f03c
3 changed files with 4 additions and 4 deletions

View File

@@ -326,7 +326,7 @@ async function wait(seconds) {
info.break()
info.section("Saving")
info("Output condition", _output_condition)
if ((_output_condition === "skip-if-only-metadata-changed")&&((committer.commit) || (committer.pr))) {
if ((_output_condition === "data-changed")&&((committer.commit) || (committer.pr))) {
const {svg} = await import("../metrics/utils.mjs")
let data = ""
try {