diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af973bd52f..0266826379 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,6 +74,7 @@ jobs: needs: [prepare] if: > (github.ref_name == 'master' || startsWith(github.ref_name, 'release/') || github.event_name == 'pull_request') && + github.actor != 'dependabot[bot]' && !contains(github.event.head_commit.message, '[skip tests]') && !contains(github.event.head_commit.message, '[force') steps: