Skip to content

Commit

Permalink
bez win
Browse files Browse the repository at this point in the history
  • Loading branch information
kokes committed Dec 6, 2023
1 parent 37546fa commit 845f07a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/partial.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:
run: |
python3 main.py --connstring sqlite:///data.db --partial ${{ matrix.module }}
- name: Run partial processing (broken jobs)
if: steps.main.conclusion == 'skipped'
# par jobu jsme preskocili, ted je pustime znovu, ale ocekavame, ze spadnou
# exity nejsou na windows, takze poustime jen na ubuntu
if: steps.main.conclusion == 'skipped' && matrix.os != 'windows-latest'
run: |
python3 main.py --connstring sqlite:///data.db --partial ${{ matrix.module }} || exit 0
exit 1
Expand Down

0 comments on commit 845f07a

Please sign in to comment.