From ab1bb5b7f1c3c3a7b240ab7fc8661459ecd7decb Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 20 Jul 2023 06:49:55 +0200 Subject: Adding upstream version 1.41.0. Signed-off-by: Daniel Baumann --- .github/workflows/checks.yml | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) (limited to '.github/workflows/checks.yml') diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 799f8d991..4c892ffce 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -2,9 +2,43 @@ name: Checks on: push: + paths: + - '**.c' + - '**.cc' + - '**.h' + - '**.hh' + - '**.in' + - '!netdata.spec.in' + - 'configure.ac' + - '**/Makefile*' + - 'Makefile*' + - '.gitignore' + - '.github/workflows/checks.yml' + - 'build/**' + - 'aclk/aclk-schemas/' + - 'ml/dlib/' + - 'mqtt_websockets' + - 'web/server/h2o/libh2o' branches: - master - pull_request: null + pull_request: + paths: # This MUST be kept in-sync with the paths-ignore key for the checks-dummy.yml workflow. + - '**.c' + - '**.cc' + - '**.h' + - '**.hh' + - '**.in' + - '!netdata.spec.in' + - 'configure.ac' + - '**/Makefile*' + - 'Makefile*' + - '.gitignore' + - '.github/workflows/checks.yml' + - 'build/**' + - 'aclk/aclk-schemas/' + - 'ml/dlib/' + - 'mqtt_websockets' + - 'web/server/h2o/libh2o' env: DISABLE_TELEMETRY: 1 concurrency: -- cgit v1.2.3