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

ronny pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-fauxton.git


The following commit(s) were added to refs/heads/main by this push:
     new 3ff143e9 Remove GH action trigger on pull requests (#1438)
3ff143e9 is described below

commit 3ff143e94f05c24ab05236560ca957b4ff4ccfcb
Author: Ronny Berndt <ro...@apache.org>
AuthorDate: Wed May 22 20:43:16 2024 +0200

    Remove GH action trigger on pull requests (#1438)
    
    Currently, creating a pr will trigger to run the gh action twice. Remove 
the trigger `pull_request` to run only once.
---
 .github/workflows/main.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index bd4c7abf..ba5abdfd 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -1,5 +1,5 @@
 name: CI
-on: [ push, pull_request ]
+on: [ push ]
 jobs:
   run-unit-tests:
     name: Run unit tests

Reply via email to