You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2023/09/09 11:40:35 UTC

[commons-crypto] branch master updated: Don't run for yml changes

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

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-crypto.git


The following commit(s) were added to refs/heads/master by this push:
     new 55b5d7b  Don't run for yml changes
55b5d7b is described below

commit 55b5d7b046842fe0224041f4771f270f0c52bde1
Author: Sebb <se...@apache.org>
AuthorDate: Sat Sep 9 12:40:28 2023 +0100

    Don't run for yml changes
---
 .github/workflows/scorecards-analysis.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/scorecards-analysis.yml b/.github/workflows/scorecards-analysis.yml
index 0ca5410..04d0588 100644
--- a/.github/workflows/scorecards-analysis.yml
+++ b/.github/workflows/scorecards-analysis.yml
@@ -21,6 +21,8 @@ on:
     - cron: "30 1 * * 6"    # Weekly on Saturdays
   push:
     branches: [ "master" ]
+    paths-ignore:
+      - '**/workflows/*.yml'
 
 permissions: read-all