From 24ca14fd4a9a5c0b46adee0688393003969fba96 Mon Sep 17 00:00:00 2001 From: atlas Date: Wed, 16 Sep 2026 14:45:07 +0200 Subject: [PATCH] ci.yml: note that CI deliberately does not run on main Refs #4345 --- .forgejo/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index fc4ec447..8cb2b2f0 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -1,6 +1,7 @@ name: CI on: + # No `push` trigger, so nothing re-validates a merge commit on main — an accepted infra-load tradeoff (mara, #3938, 2026-09-16), not an oversight. pull_request: branches: ["**"] # Lets `hive-forge ci-rerun` re-trigger CI via workflow-dispatch API