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

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


The following commit(s) were added to refs/heads/master by this push:
     new 890bf46eb3 Update maven-build.yml
890bf46eb3 is described below

commit 890bf46eb3f1b486a0cf0e7c27566b6774ecb29f
Author: Yasith Jayawardana <[email protected]>
AuthorDate: Sun Jun 8 03:05:33 2025 -0500

    Update maven-build.yml
---
 .github/workflows/maven-build.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/maven-build.yml 
b/.github/workflows/maven-build.yml
index 75b875ac2a..7c48baeff9 100644
--- a/.github/workflows/maven-build.yml
+++ b/.github/workflows/maven-build.yml
@@ -1,4 +1,4 @@
-name: Maven Build (PR to master)
+name: Maven Build
 
 on:
   pull_request:
@@ -20,4 +20,4 @@ jobs:
           distribution: 'temurin'
           java-version: '17'
       - name: Build with Maven (skip tests)
-        run: mvn clean install -DskipTests 
\ No newline at end of file
+        run: mvn clean install -DskipTests 

Reply via email to