From 206043a90bd8f3544a793d104ce0093a725cf993 Mon Sep 17 00:00:00 2001 From: Amit Kumar Date: Thu, 23 Apr 2026 06:25:01 +0000 Subject: [PATCH] ci: drop push:main trigger from ci and fuzz workflows MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR CI already validates the merged-state tree (GitHub tests pull/N/merge). Re-running ci.yml and fuzz.yml on main after a squash-merge adds no signal and costs ~2 min per merge. CodeQL keeps its push:main trigger — the Security tab default-branch data requires a push-scoped SARIF upload. Co-Authored-By: Claude Opus 4.7 (1M context) --- .github/workflows/ci.yml | 2 -- .github/workflows/fuzz.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e736b3a..3968220 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,8 +1,6 @@ name: ci on: - push: - branches: [main] pull_request: permissions: read-all diff --git a/.github/workflows/fuzz.yml b/.github/workflows/fuzz.yml index 75ec537..53ceb33 100644 --- a/.github/workflows/fuzz.yml +++ b/.github/workflows/fuzz.yml @@ -4,8 +4,6 @@ name: fuzz (smoke) # for continuous fuzzing (OSS-Fuzz Tier 2) — just catches obvious # regressions before merge. on: - push: - branches: [main] pull_request: permissions: read-all