Skip to content

Commit

Permalink
Fix clang tidy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
EZoni committed Nov 19, 2024
1 parent 44b99c0 commit e712850
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/clang_tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
if: ${{ github.event.pull_request.draft == 'false' }}
steps:
- name: Checkout code
if: ${{ needs.skip_checks.outputs.skip == 'false' }}
# FIXME Commented out to avoid having matrix workflows marked as pending
#if: ${{ needs.skip_checks.outputs.skip == 'false' }}
uses: actions/checkout@v4
- name: Install dependencies
if: ${{ needs.skip_checks.outputs.skip == 'false' }}
Expand Down

0 comments on commit e712850

Please sign in to comment.