@cryptotaxi247 / netdata-1 / commits / 4c0e97b52

Update input paths for tj-actions/changed-files (#16982)

* Dir input pattern dont require globstar Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> * Make sure that the ignored_files are honored first Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> --------- Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud>

Tasos Katsoulas committed Feb 10, 2024 at 17:04 UTC 4c0e97b52fcd37bac84ce0f48f7cd18012246fec
4 files changed +9 -5
.github/workflows/build.yml
+3 -2
@@ -53,8 +53,8 @@ jobs:
53 .github/scripts/get-static-cache-key.sh
54 .github/scripts/gen-matrix-build.py
55 .github/scripts/run-updater-check.sh
56 - packaging/makeself/**
57 - packaging/installer/**
56 + packaging/makeself/
57 + packaging/installer/
58 packaging/*.sh
59 packaging/*.version
60 packaging/*.checksums
@@ -65,6 +65,7 @@ jobs:
65 files_ignore: |
66 netdata.spec.in
67 **.md
68 + negation_patterns_first: true
69 - name: Check Run
70 id: check-run
71 run: |
.github/workflows/checks.yml
+1
@@ -53,6 +53,7 @@ jobs:
53 files_ignore: |
54 netdata.spec.in
55 **.md
56 + negation_patterns_first: true
57 - name: Check Run
58 id: check-run
59 run: |
.github/workflows/docker.yml
+3 -2
@@ -47,8 +47,8 @@ jobs:
47 netdata-installer.sh
48 .github/workflows/docker.yml
49 .github/scripts/docker-test.sh
50 - packaging/docker/**
51 - packaging/installer/**
50 + packaging/docker/
51 + packaging/installer/
52 packaging/runtime-check.sh
53 packaging/*.version
54 packaging/*.checksums
@@ -59,6 +59,7 @@ jobs:
59 files_ignore: |
60 netdata.spec.in
61 **.md
62 + negation_patterns_first: true
63 - name: Check Run
64 id: check-run
65 run: |
.github/workflows/packaging.yml
+2 -1
@@ -53,7 +53,7 @@ jobs:
53 **.patch
54 **.cmake
55 netdata.spec.in
56 - contrib/debian/**
56 + contrib/debian/
57 CMakeLists.txt
58 .github/data/distros.yml
59 .github/workflows/packaging.yml
@@ -68,6 +68,7 @@ jobs:
68 web/server/h2o/libh2o/
69 files_ignore: |
70 **.md
71 + negation_patterns_first: true
72 - name: Check Run
73 id: check-run
74 run: |