Skip to content

Commit af6edd5

Browse files
committed
change ors to ands
add quotes try just google symptoms move statement into braces readd skips fix braces fix quoting
1 parent 62a70f4 commit af6edd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: |
3636
make install
3737
- name: Lint
38-
if: ${{ matrix.packages }} != changehc || ${{ matrix.packages }} != claims_hosp || ${{ matrix.packages }} != quidel || ${{ matrix.packages }} != usafacts
38+
if: ${{ matrix.packages != 'changehc' && matrix.packages != 'claims_hosp' && matrix.packages != 'quidel' && matrix.packages != 'usafacts'}}
3939
run: |
4040
make lint
4141
- name: Test

0 commit comments

Comments
 (0)