Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
moxian committed Jan 18, 2025
1 parent 086e201 commit 40025d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clang-tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
# skip checking the entire codebase for draft PRs. Store this in env-var for code deduplication
SHOULD_RUN: >-
${{ needs.skip-duplicates.outputs.should_run == 'true' && (
github.event_name != 'pull_request' || !github.event.pull_request.draft || matrix.subset == 'directly-changed'
github.event_name != 'pull_request' || github.event.pull_request.draft != true || matrix.subset == 'directly-changed'
) }}
steps:
- name: install dependencies
Expand Down

0 comments on commit 40025d3

Please sign in to comment.