diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 7a39a273a..afd6688ca 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.actor != 'dependabot[bot]' && (!contains(needs.get-commit-message.outputs.commit_message, 'skip:ci')) && (!contains(needs.get-commit-message.outputs.commit_message, 'build:native:only')) && !(github.ref_type == 'branch' && startsWith(needs.get-commit-message.outputs.commit_message, 'Bump version:')) &&