This is an automated email from the ASF dual-hosted git repository.

ritesh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git


The following commit(s) were added to refs/heads/master by this push:
     new a0e19bd462 HDDS-9698. Skip push build for dependabot (#5608)
a0e19bd462 is described below

commit a0e19bd4626f084873626dd2020e4a74528d875c
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Thu Nov 16 00:09:17 2023 +0100

    HDDS-9698. Skip push build for dependabot (#5608)
---
 .github/workflows/ci.yml          | 4 ++--
 .github/workflows/post-commit.yml | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index d225d75d43..617d1c9e3d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -18,7 +18,7 @@ on:
 env:
   FAIL_FAST: ${{ github.event_name == 'pull_request' }}
   MAVEN_OPTS: -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false 
-Dmaven.wagon.http.retryHandler.class=standard 
-Dmaven.wagon.http.retryHandler.count=3
-  OZONE_WITH_COVERAGE: ${{ github.repository == 'apache/ozone' && 
github.event_name != 'pull_request' && !startsWith(github.ref_name, 
'dependabot') }}
+  OZONE_WITH_COVERAGE: ${{ github.repository == 'apache/ozone' && 
github.event_name != 'pull_request' }}
 jobs:
   build-info:
     runs-on: ubuntu-20.04
@@ -474,7 +474,7 @@ jobs:
   coverage:
     runs-on: ubuntu-20.04
     timeout-minutes: 30
-    if: github.repository == 'apache/ozone' && github.event_name != 
'pull_request' && !startsWith(github.ref_name, 'dependabot')
+    if: github.repository == 'apache/ozone' && github.event_name != 
'pull_request'
     needs:
       - unit
       - acceptance
diff --git a/.github/workflows/post-commit.yml 
b/.github/workflows/post-commit.yml
index c1678f12c8..91d9e1fcd9 100644
--- a/.github/workflows/post-commit.yml
+++ b/.github/workflows/post-commit.yml
@@ -22,5 +22,6 @@ concurrency:
   cancel-in-progress: ${{ github.event_name == 'pull_request' }}
 jobs:
   CI:
+    if: github.event_name == 'pull_request' || !startsWith(github.ref_name, 
'dependabot')
     uses: ./.github/workflows/ci.yml
     secrets: inherit


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to