YAML 1.1 reserves "on" as a boolean keyword (meaning True). Without quotes, Gitea Actions could not parse workflow triggers, resulting in no jobs being scheduled. This quotes the key as "on": to ensure it is parsed as a string event trigger key.
YAML 1.1 reserves "on" as a boolean keyword (meaning True). Without quotes, Gitea Actions could not parse workflow triggers, resulting in no jobs being scheduled. This quotes the key as "on": to ensure it is parsed as a string event trigger key.