Skip to content

Commit b4a177e

Browse files
committed
Remove duplicate condition for SOLR availability in examples workflow
1 parent 0d8bf96 commit b4a177e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/examples.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ jobs:
5050
env:
5151
PYTHONPATH: ${{ github.workspace }}
5252
if: env.SOLR_AVAILABLE == 'true'
53-
if: env.SOLR_AVAILABLE == 'true'
5453
- name: Run examples from README.md and compare JSON outputs
5554
run: |
5655
python -m src.test.test_examples_diff

0 commit comments

Comments
 (0)