From d7fae78461373671b85c0d1aaf2967da7df84789 Mon Sep 17 00:00:00 2001 From: Saurabh Prakash Date: Fri, 26 Jun 2026 15:18:53 +0530 Subject: [PATCH] Update CI workflow to remove push trigger Removed push trigger for lt-reports branch. --- .github/workflows/lt-reports-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/lt-reports-ci.yml b/.github/workflows/lt-reports-ci.yml index 9fbb8a3a8..ebf3f5311 100644 --- a/.github/workflows/lt-reports-ci.yml +++ b/.github/workflows/lt-reports-ci.yml @@ -7,9 +7,6 @@ name: lt-reports-ci # on PRs before they reach the publish-on-merge workflow. on: - push: - branches: - - lt-reports pull_request: branches: - lt-reports