Skip to content

Commit

Permalink
Merge pull request #78364 from CleverRaven/kevingranade-wtf-yaml
Browse files Browse the repository at this point in the history
fix weird YAML multiline truthiness issue
  • Loading branch information
akrieger authored Dec 6, 2024
2 parents 9017e19 + 6e695b0 commit 14273a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ jobs:
CCACHE_FILECLONE: true
CCACHE_HARDLINK: true
CCACHE_NOCOMPRESS: true
SKIP: >
SKIP: >-
${{
( github.event.pull_request.draft == true && matrix.title != 'Basic Build and Test (Clang 10, Ubuntu, Curses)' ) ||
( matrix.dont_skip_data_only_changes == 0 && needs.skip-duplicates.outputs.should_skip_code == 'true' ) ||
Expand Down

0 comments on commit 14273a4

Please sign in to comment.