Skip to content

Commit 88d5db6

Browse files
committed
switch branches
1 parent 01e2ebf commit 88d5db6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cpp-lint-package.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
inputs:
66
branch:
77
description: 'which branch to test'
8-
default: 'fix-test-coverage'
8+
default: 'hide-reuse-pr-reviews'
99
required: true
1010
pull_request:
1111

@@ -18,7 +18,7 @@ jobs:
1818
clang-version: ['7', '8', '9','10', '11', '12', '13', '14', '15', '16', '17']
1919
repo: ['cpp-linter/cpp-linter']
2020
branch:
21-
- ${{ github.event_name == 'workflow_dispatch' && inputs.branch || 'fix-test-coverage' }}
21+
- ${{ github.event_name == 'workflow_dispatch' && inputs.branch || 'hide-reuse-pr-reviews' }}
2222
fail-fast: false
2323

2424
steps:

0 commit comments

Comments
 (0)