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 f18a86fbfb remove on-PR docker image push. update workflow name.
f18a86fbfb is described below

commit f18a86fbfb95f9b52053bcfb682490f2b6483dbe
Author: Yasith Jayawardana <yas...@gatech.edu>
AuthorDate: Wed Aug 20 17:05:53 2025 -0400

    remove on-PR docker image push. update workflow name.
---
 .github/workflows/build-and-publish.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.github/workflows/build-and-publish.yml 
b/.github/workflows/build-and-publish.yml
index 41650d2165..c95f4bf817 100644
--- a/.github/workflows/build-and-publish.yml
+++ b/.github/workflows/build-and-publish.yml
@@ -1,11 +1,9 @@
-name: Build and Push Monolithic Airavata Docker Image
+name: Build and Push Airavata Docker Image
 
 on:
   push:
     branches: [ main, master ]
     tags: [ "v*" ]
-  pull_request:
-    branches: [ main, master ]
   workflow_dispatch:
 
 env:

Reply via email to