summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTasos Katsoulas <12612986+tkatsoulas@users.noreply.github.com>2024-02-10 17:04:32 +0200
committerGitHub <noreply@github.com>2024-02-10 17:04:32 +0200
commit4c0e97b52fcd37bac84ce0f48f7cd18012246fec (patch)
treeaec70e0fef17c228e41e36e18c667e9fbf9e52d0
parentdfdc26a53ad10846de5bbf9a76775924e8bf0524 (diff)
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>
-rw-r--r--.github/workflows/build.yml5
-rw-r--r--.github/workflows/checks.yml1
-rw-r--r--.github/workflows/docker.yml5
-rw-r--r--.github/workflows/packaging.yml3
4 files changed, 9 insertions, 5 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index c7eb4e32d7..39e086861d 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -53,8 +53,8 @@ jobs:
.github/scripts/get-static-cache-key.sh
.github/scripts/gen-matrix-build.py
.github/scripts/run-updater-check.sh
- packaging/makeself/**
- packaging/installer/**
+ packaging/makeself/
+ packaging/installer/
packaging/*.sh
packaging/*.version
packaging/*.checksums
@@ -65,6 +65,7 @@ jobs:
files_ignore: |
netdata.spec.in
**.md
+ negation_patterns_first: true
- name: Check Run
id: check-run
run: |
diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml
index 1cb339dafe..74c0c2e187 100644
--- a/.github/workflows/checks.yml
+++ b/.github/workflows/checks.yml
@@ -53,6 +53,7 @@ jobs:
files_ignore: |
netdata.spec.in
**.md
+ negation_patterns_first: true
- name: Check Run
id: check-run
run: |
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml
index e23f612488..a683c16001 100644
--- a/.github/workflows/docker.yml
+++ b/.github/workflows/docker.yml
@@ -47,8 +47,8 @@ jobs:
netdata-installer.sh
.github/workflows/docker.yml
.github/scripts/docker-test.sh
- packaging/docker/**
- packaging/installer/**
+ packaging/docker/
+ packaging/installer/
packaging/runtime-check.sh
packaging/*.version
packaging/*.checksums
@@ -59,6 +59,7 @@ jobs:
files_ignore: |
netdata.spec.in
**.md
+ negation_patterns_first: true
- name: Check Run
id: check-run
run: |
diff --git a/.github/workflows/packaging.yml b/.github/workflows/packaging.yml
index 8dc4851c0e..fe5f48b65b 100644
--- a/.github/workflows/packaging.yml
+++ b/.github/workflows/packaging.yml
@@ -53,7 +53,7 @@ jobs:
**.patch
**.cmake
netdata.spec.in
- contrib/debian/**
+ contrib/debian/
CMakeLists.txt
.github/data/distros.yml
.github/workflows/packaging.yml
@@ -68,6 +68,7 @@ jobs:
web/server/h2o/libh2o/
files_ignore: |
**.md
+ negation_patterns_first: true
- name: Check Run
id: check-run
run: |