Skip to content

Commit

Permalink
switch branches
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Dec 12, 2024
1 parent 01e2ebf commit 88d5db6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cpp-lint-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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:
Expand Down

0 comments on commit 88d5db6

Please sign in to comment.