From b413e70b8bdcaa6e8ca0a5bbf44bbf00f3928e8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Tue, 12 Dec 2023 14:39:27 +0100 Subject: [PATCH] test --- .github/workflows/CI-cygwin.yml | 7 ------- .github/workflows/CI-mingw.yml | 7 ------- .github/workflows/CI-unixish-docker.yml | 7 ------- .github/workflows/CI-unixish.yml | 7 ------- .github/workflows/CI-windows.yml | 7 ------- .github/workflows/asan.yml | 7 ------- .github/workflows/buildman.yml | 7 ------- .github/workflows/cifuzz.yml | 2 +- .github/workflows/clang-tidy.yml | 7 ------- .github/workflows/codeql-analysis.yml | 7 ------- .github/workflows/coverage.yml | 7 ------- .github/workflows/cppcheck-premium.yml | 6 +++--- .github/workflows/format.yml | 7 ------- .github/workflows/iwyu.yml | 3 --- .github/workflows/scriptcheck.yml | 7 ------- .github/workflows/selfcheck.yml | 7 ------- .github/workflows/tsan.yml | 7 ------- .github/workflows/ubsan.yml | 7 ------- .github/workflows/valgrind.yml | 7 ------- 19 files changed, 4 insertions(+), 119 deletions(-) diff --git a/.github/workflows/CI-cygwin.yml b/.github/workflows/CI-cygwin.yml index b9ea30470da..31f6820ef35 100644 --- a/.github/workflows/CI-cygwin.yml +++ b/.github/workflows/CI-cygwin.yml @@ -5,13 +5,6 @@ name: CI-cygwin on: - push: - branches: - - 'main' - - 'releases/**' - tags: - - '2.*' - pull_request: permissions: contents: read diff --git a/.github/workflows/CI-mingw.yml b/.github/workflows/CI-mingw.yml index 75de79ed1f7..07f43f3cdb3 100644 --- a/.github/workflows/CI-mingw.yml +++ b/.github/workflows/CI-mingw.yml @@ -5,13 +5,6 @@ name: CI-mingw on: - push: - branches: - - 'main' - - 'releases/**' - tags: - - '2.*' - pull_request: permissions: contents: read diff --git a/.github/workflows/CI-unixish-docker.yml b/.github/workflows/CI-unixish-docker.yml index c5e51d5b4c0..6cc0e59e866 100644 --- a/.github/workflows/CI-unixish-docker.yml +++ b/.github/workflows/CI-unixish-docker.yml @@ -3,13 +3,6 @@ name: CI-unixish-docker on: - push: - branches: - - 'main' - - 'releases/**' - tags: - - '2.*' - pull_request: permissions: contents: read diff --git a/.github/workflows/CI-unixish.yml b/.github/workflows/CI-unixish.yml index af056b56058..56abd8c6a52 100644 --- a/.github/workflows/CI-unixish.yml +++ b/.github/workflows/CI-unixish.yml @@ -3,13 +3,6 @@ name: CI-unixish on: - push: - branches: - - 'main' - - 'releases/**' - tags: - - '2.*' - pull_request: permissions: contents: read diff --git a/.github/workflows/CI-windows.yml b/.github/workflows/CI-windows.yml index 39d769f1a91..6d20b00ecf4 100644 --- a/.github/workflows/CI-windows.yml +++ b/.github/workflows/CI-windows.yml @@ -5,13 +5,6 @@ name: CI-windows on: - push: - branches: - - 'main' - - 'releases/**' - tags: - - '2.*' - pull_request: permissions: contents: read diff --git a/.github/workflows/asan.yml b/.github/workflows/asan.yml index d0a1c29c32a..26b6e1a4343 100644 --- a/.github/workflows/asan.yml +++ b/.github/workflows/asan.yml @@ -3,13 +3,6 @@ name: address sanitizer on: - push: - branches: - - 'main' - - 'releases/**' - tags: - - '2.*' - pull_request: permissions: contents: read diff --git a/.github/workflows/buildman.yml b/.github/workflows/buildman.yml index cb7fc655bee..c080d75d874 100644 --- a/.github/workflows/buildman.yml +++ b/.github/workflows/buildman.yml @@ -1,13 +1,6 @@ name: Build manual on: - push: - branches: - - 'main' - - 'releases/**' - tags: - - '2.*' - pull_request: permissions: contents: read diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index 19c40de61c9..890f4770df4 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml @@ -1,5 +1,5 @@ name: CIFuzz -on: [pull_request] +on: jobs: Fuzzing: runs-on: ubuntu-latest diff --git a/.github/workflows/clang-tidy.yml b/.github/workflows/clang-tidy.yml index 59d40952009..163bac39e8f 100644 --- a/.github/workflows/clang-tidy.yml +++ b/.github/workflows/clang-tidy.yml @@ -3,13 +3,6 @@ name: clang-tidy on: - push: - branches: - - 'main' - - 'releases/**' - tags: - - '2.*' - pull_request: permissions: contents: read diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index f486cf9e24f..92239afb69d 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -1,13 +1,6 @@ name: "CodeQL" on: - push: - branches: - - 'main' - - 'releases/**' - tags: - - '2.*' - pull_request: permissions: contents: read diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 5018f2c3b8a..bbdbedcd74f 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -3,13 +3,6 @@ name: Coverage on: - push: - branches: - - 'main' - - 'releases/**' - tags: - - '2.*' - pull_request: permissions: contents: read diff --git a/.github/workflows/cppcheck-premium.yml b/.github/workflows/cppcheck-premium.yml index c937249d307..f26bdb0edf4 100644 --- a/.github/workflows/cppcheck-premium.yml +++ b/.github/workflows/cppcheck-premium.yml @@ -19,15 +19,15 @@ jobs: runs-on: ubuntu-22.04 # run on the latest image only env: - PREMIUM_VERSION: devdrop-231210 + PREMIUM_VERSION: devdrop-231212 steps: - uses: actions/checkout@v3 - name: Download cppcheckpremium run: | - wget https://files.cppchecksolutions.com/cppcheckpremium-${{ env.PREMIUM_VERSION }}.tar.gz - tar xzf cppcheckpremium-${{ env.PREMIUM_VERSION }}.tar.gz + wget https://files.cppchecksolutions.com/cppcheckpremium-${{ env.PREMIUM_VERSION }}-amd64.tar.gz + tar xzf cppcheckpremium-${{ env.PREMIUM_VERSION }}-amd64.tar.gz - name: Generate a license file run: | diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 3ae9ceb200f..94265797f6c 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -3,13 +3,6 @@ name: format on: - push: - branches: - - 'main' - - 'releases/**' - tags: - - '2.*' - pull_request: permissions: contents: read diff --git a/.github/workflows/iwyu.yml b/.github/workflows/iwyu.yml index e796155c544..206148bb4fa 100644 --- a/.github/workflows/iwyu.yml +++ b/.github/workflows/iwyu.yml @@ -3,9 +3,6 @@ name: include-what-you-use on: - schedule: - - cron: '0 0 * * 0' - workflow_dispatch: permissions: contents: read diff --git a/.github/workflows/scriptcheck.yml b/.github/workflows/scriptcheck.yml index 1850d855b4a..f1b4de6fd0c 100644 --- a/.github/workflows/scriptcheck.yml +++ b/.github/workflows/scriptcheck.yml @@ -3,13 +3,6 @@ name: scriptcheck on: - push: - branches: - - 'main' - - 'releases/**' - tags: - - '2.*' - pull_request: permissions: contents: read diff --git a/.github/workflows/selfcheck.yml b/.github/workflows/selfcheck.yml index 912c1771766..c2054ff155a 100644 --- a/.github/workflows/selfcheck.yml +++ b/.github/workflows/selfcheck.yml @@ -3,13 +3,6 @@ name: selfcheck on: - push: - branches: - - 'main' - - 'releases/**' - tags: - - '2.*' - pull_request: permissions: contents: read diff --git a/.github/workflows/tsan.yml b/.github/workflows/tsan.yml index fdb17dae7a1..4494c16ce23 100644 --- a/.github/workflows/tsan.yml +++ b/.github/workflows/tsan.yml @@ -3,13 +3,6 @@ name: thread sanitizer on: - push: - branches: - - 'main' - - 'releases/**' - tags: - - '2.*' - pull_request: permissions: contents: read diff --git a/.github/workflows/ubsan.yml b/.github/workflows/ubsan.yml index 65444898737..dc902af07bb 100644 --- a/.github/workflows/ubsan.yml +++ b/.github/workflows/ubsan.yml @@ -3,13 +3,6 @@ name: undefined behaviour sanitizers on: - push: - branches: - - 'main' - - 'releases/**' - tags: - - '2.*' - pull_request: permissions: contents: read diff --git a/.github/workflows/valgrind.yml b/.github/workflows/valgrind.yml index 97f875d5205..e4dc02f1f9d 100644 --- a/.github/workflows/valgrind.yml +++ b/.github/workflows/valgrind.yml @@ -3,13 +3,6 @@ name: valgrind on: - push: - branches: - - 'main' - - 'releases/**' - tags: - - '2.*' - pull_request: permissions: contents: read