From 427e2115308128cd7453d880f5bc0b04a6b9de90 Mon Sep 17 00:00:00 2001 From: nassim Date: Mon, 19 Jan 2026 13:11:13 +0100 Subject: [PATCH] task(CI): make ketryx report job run only on main --- .github/workflows/ci-cd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index afd6688ca..88dbe7b26 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -133,6 +133,7 @@ jobs: ketryx_report_and_check: needs: [get-commit-message, lint, audit, test, codeql] if: | + github.ref == 'refs/heads/main' && github.actor != 'dependabot[bot]' && (!contains(needs.get-commit-message.outputs.commit_message, 'skip:ci')) && (!contains(needs.get-commit-message.outputs.commit_message, 'build:native:only')) &&