We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e48f30 commit 965d0b1Copy full SHA for 965d0b1
.github/workflows/python-ci.yml
@@ -35,7 +35,7 @@ jobs:
35
run: |
36
make install
37
- name: Lint
38
- if: ${{ matrix.packages }} == changehc || ${{ matrix.packages }} == claims_hosp || ${{ matrix.packages }} == quidel || ${{ matrix.packages }} == usafacts
+ if: ${{ matrix.packages }} != changehc || ${{ matrix.packages }} != claims_hosp || ${{ matrix.packages }} != quidel || ${{ matrix.packages }} != usafacts
39
40
make lint
41
- name: Test
0 commit comments