From 9240496bd0b2c8b5c77a267eddf9e07f323b33c2 Mon Sep 17 00:00:00 2001 From: Volodymyr Babak Date: Fri, 18 Oct 2024 09:49:33 +0300 Subject: [PATCH] Updated check configuration file --- .github/workflows/check-configuration-files.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/check-configuration-files.yml b/.github/workflows/check-configuration-files.yml index 94bfc85ce3..ca45430755 100644 --- a/.github/workflows/check-configuration-files.yml +++ b/.github/workflows/check-configuration-files.yml @@ -21,17 +21,17 @@ on: - master pull_request: paths: - - 'application/src/main/resources/thingsboard.yml' + - 'application/src/main/resources/tb-edge.yml' - 'transport/http/src/main/resources/tb-http-transport.yml' - - 'transport/http/src/main/resources/tb-mqtt-transport.yml' - - 'transport/http/src/main/resources/tb-coap-transport.yml' - - 'transport/http/src/main/resources/tb-lwm2m-transport.yml' - - 'transport/http/src/main/resources/tb-snmp-transport.yml' + - 'transport/mqtt/src/main/resources/tb-mqtt-transport.yml' + - 'transport/coap/src/main/resources/tb-coap-transport.yml' + - 'transport/lwm2m/src/main/resources/tb-lwm2m-transport.yml' + - 'transport/snmp/src/main/resources/tb-snmp-transport.yml' - 'msa/vc-executor/src/main/resources/tb-vc-executor.yml' jobs: build: - name: Check thingsboard.yml file + name: Check tb-edge.yml file runs-on: ubuntu-20.04 steps: - name: Checkout code