diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4efef939..27fe648c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,6 +57,7 @@ jobs: runs-on: ubuntu-latest if: > (github.ref_name == 'master' || startsWith(github.ref_name, 'SP/') || startsWith(github.ref_name, 'HF/') || github.event_name == 'pull_request') && + github.actor != 'dependabot[bot]' && !contains(github.event.head_commit.message, '[skip tests]') steps: - uses: actions/checkout@v3