diff --git a/index.js b/index.js index ce4b120..e162abe 100644 --- a/index.js +++ b/index.js @@ -218,7 +218,7 @@ async function sendSummaryDiscord(yesterday, stats) { await hook.send(payload); } -if (process.env.NOOP) { +if (process.env.NOOP || process.env.RUN_ONCE) { sendSummary(); return; }