Skip to content

Commit

Permalink
Ensure CI matrix elements have same type in exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
nineinchnick authored and electrum committed Oct 9, 2022
1 parent bc59aca commit c9deaf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ jobs:
# actual value of the property, and will therefore not be excluded.
# - If the expression evaluates to false, it will match the actual
# value of the property, and the exclusion will apply normally.
- false
- "false"
include:
# this suite is not meant to be run with different configs
- config: default
Expand Down

0 comments on commit c9deaf6

Please sign in to comment.