You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2022/04/05 10:44:02 UTC

[skywalking] branch master updated: Fix wrong ignore paths in GHA workflows (#8805)

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

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/master by this push:
     new 2db93e1981 Fix wrong ignore paths in GHA workflows (#8805)
2db93e1981 is described below

commit 2db93e198152b8a5f66e0ddd70b61e4420765830
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Tue Apr 5 18:43:47 2022 +0800

    Fix wrong ignore paths in GHA workflows (#8805)
---
 .github/workflows/skywalking.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/skywalking.yaml b/.github/workflows/skywalking.yaml
index fccf4ee095..64549f1b10 100644
--- a/.github/workflows/skywalking.yaml
+++ b/.github/workflows/skywalking.yaml
@@ -19,8 +19,8 @@ name: CI
 on:
   pull_request:
     paths-ignore:
-      - "*.md"
-      - "*.txt"
+      - "**.md"
+      - "**.txt"
       - "skywalking-ui"
       - ".asf.yaml"
       - ".dlc.yaml"
@@ -28,7 +28,7 @@ on:
       - "docs/menu.yml"
       - ".github/workflows/codeql.yaml"
       - "dist-material/release-docs"
-      - "*/component-libraries.yml"
+      - "**/component-libraries.yml"
   schedule:
     - cron: '0 18 * * *'  # TimeZone: UTC 0