From 88d5db6fb3a450f2598e297cbd6ad83b0c584f02 Mon Sep 17 00:00:00 2001 From: Brendan <2bndy5@gmail.com> Date: Thu, 12 Dec 2024 12:05:51 -0800 Subject: [PATCH] switch branches --- .github/workflows/cpp-lint-package.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cpp-lint-package.yml b/.github/workflows/cpp-lint-package.yml index 18b133e..3651db9 100644 --- a/.github/workflows/cpp-lint-package.yml +++ b/.github/workflows/cpp-lint-package.yml @@ -5,7 +5,7 @@ on: inputs: branch: description: 'which branch to test' - default: 'fix-test-coverage' + default: 'hide-reuse-pr-reviews' required: true pull_request: @@ -18,7 +18,7 @@ jobs: clang-version: ['7', '8', '9','10', '11', '12', '13', '14', '15', '16', '17'] repo: ['cpp-linter/cpp-linter'] branch: - - ${{ github.event_name == 'workflow_dispatch' && inputs.branch || 'fix-test-coverage' }} + - ${{ github.event_name == 'workflow_dispatch' && inputs.branch || 'hide-reuse-pr-reviews' }} fail-fast: false steps: