fix(ci): quote "on" key so Gitea parses workflow triggers
CD / Lint / Test / Vet (push) Successful in 6s
CD / Build & Import (push) Failing after 0s
CD / Deploy via GitOps (push) Has been skipped

Bare on: parses as YAML boolean true (Norway problem); Gitea then ignores the triggers and silently skips jobs. Quoting forces the string key.
This commit is contained in:
2026-06-03 08:38:46 +02:00
parent 8a751741a4
commit f99a8b38cb
+1 -1
View File
@@ -1,6 +1,6 @@
name: CD
on:
"on":
push:
branches: [main]
tags: ["v*"]