From a974c0e57a9dab099ad9b5b8c78d87d187fc6ede Mon Sep 17 00:00:00 2001 From: "Doroszlai, Attila" Date: Sat, 4 May 2024 08:49:03 +0200 Subject: [PATCH] RATIS-2070. Skip push build for dependabot --- .github/workflows/post-commit.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/post-commit.yml b/.github/workflows/post-commit.yml index 2d3258ccc5..22a6df756e 100644 --- a/.github/workflows/post-commit.yml +++ b/.github/workflows/post-commit.yml @@ -14,8 +14,12 @@ # limitations under the License. name: build-branch on: - - push - - pull_request + push: + branches-ignore: + - 'dependabot/**' + tags: + - '**' + pull_request: env: WITH_COVERAGE: true jobs: