You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2020/04/14 20:36:23 UTC

[maven-surefire] branch parent34 updated: only on push

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

tibordigana pushed a commit to branch parent34
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git


The following commit(s) were added to refs/heads/parent34 by this push:
     new c59da6f  only on push
c59da6f is described below

commit c59da6f5d426c9de1ea299db02ac062edb4bcc5a
Author: tibordigana <ti...@apache.org>
AuthorDate: Tue Apr 14 22:36:17 2020 +0200

    only on push
---
 .github/workflows/maven.yml     | 2 +-
 .github/workflows/smoketest.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index d49a1cf..ed38e02 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -17,7 +17,7 @@
 
 name: GitHub CI
 
-on: [push, pull_request]
+on: [push]
 
 jobs:
   build:
diff --git a/.github/workflows/smoketest.yml b/.github/workflows/smoketest.yml
index d8e5181..29f38e6 100644
--- a/.github/workflows/smoketest.yml
+++ b/.github/workflows/smoketest.yml
@@ -17,7 +17,7 @@
 
 name: Unit Tests
 
-on: [pull_request]
+on: [push]
 
 jobs:
   build: