From 517a443636daa1e8085cb4e5325524a54e8a8fd7 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 17 Oct 2023 11:30:23 +0200 Subject: Merging upstream version 1.43.0. Signed-off-by: Daniel Baumann --- .github/workflows/checks-dummy.yml | 42 -------------------------------------- 1 file changed, 42 deletions(-) delete mode 100644 .github/workflows/checks-dummy.yml (limited to '.github/workflows/checks-dummy.yml') diff --git a/.github/workflows/checks-dummy.yml b/.github/workflows/checks-dummy.yml deleted file mode 100644 index 369d70ff9..000000000 --- a/.github/workflows/checks-dummy.yml +++ /dev/null @@ -1,42 +0,0 @@ ---- -name: Checks -on: - pull_request: - paths-ignore: # This MUST be kept in sync with the paths key for the checks.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: - group: checks-${{ github.ref }} - cancel-in-progress: true -jobs: - libressl-checks: - name: LibreSSL - runs-on: ubuntu-latest - steps: - - run: "echo 'NOT REQUIRED'" - clang-checks: - name: Clang - runs-on: ubuntu-latest - steps: - - run: "echo 'NOT REQUIRED'" - gitignore-check: - name: .gitignore - runs-on: ubuntu-latest - steps: - - run: "echo 'NOT REQUIRED'" -- cgit v1.2.3