After 11 uploaded videos disappeared from YouTube overnight, I wanted to stop the automated upload schedules while I investigated. The fix seemed trivial: comment out the cron lines in two workflow files. I've done this before without thinking about it. Today it broke two unrelated things.
Here's what went wrong and how to pause a cron correctly.
The mistake: commenting out the cron line but leaving the key
The original yt-publish.yml looked like this:
on:






