You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2021/02/05 14:39:41 UTC

[myfaces] branch 3.0.x updated: Improved myfaces ci

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

bommel pushed a commit to branch 3.0.x
in repository https://gitbox.apache.org/repos/asf/myfaces.git


The following commit(s) were added to refs/heads/3.0.x by this push:
     new 8bd2579  Improved myfaces ci
8bd2579 is described below

commit 8bd2579d88e2f7c332110db625286c21254cd98d
Author: Bernd Bohmann <bo...@apache.org>
AuthorDate: Fri Feb 5 15:39:35 2021 +0100

    Improved myfaces ci
    
    infra required persist-credentials: false
---
 .github/workflows/myfaces-ci.yml | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/myfaces-ci.yml b/.github/workflows/myfaces-ci.yml
index d888b02..2a89fbe 100644
--- a/.github/workflows/myfaces-ci.yml
+++ b/.github/workflows/myfaces-ci.yml
@@ -27,12 +27,20 @@ on:
       - 3.0.x
       - 2.3-next
       - 2.3.x
+    paths-ignore:
+      - '**.md'
+      - '.travis.yml'
+      - 'Jenkinsfile'
   pull_request:
     branches:
       - master
       - 3.0.x
       - 2.3-next
       - 2.3.x
+    paths-ignore:
+      - '**.md'
+      - '.travis.yml'
+      - 'Jenkinsfile'
   workflow_dispatch:
 
 jobs:
@@ -42,6 +50,8 @@ jobs:
 
     steps:
       - uses: actions/checkout@v2
+        with:
+          persist-credentials: false
       - name: Set up JDK 1.8
         uses: actions/setup-java@v1
         with:
@@ -66,4 +76,4 @@ jobs:
           name: reports
           retention-days: 14
           path: reports.zip
-          if-no-files-found: ignore
\ No newline at end of file
+          if-no-files-found: ignore