Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cenh-halfspace committed Dec 3, 2024
1 parent 1d4f708 commit a9703fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-orchestrator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
uses: ./.github/workflows/ci-dotnet.yml

ci_python:
needs: changes
needs: [changes, ci_docker]
if: ${{ needs.changes.outputs.settlement_report_job == 'true' }}
uses: ./.github/workflows/ci-python.yml
with:
Expand Down
2 changes: 1 addition & 1 deletion source/settlement_report_python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from setuptools import setup, find_packages

setup(
name="opengeh-settlement-report",
name="geh-settlement-report",
version=1.0,
description="Tools for settlement report",
long_description="",
Expand Down

0 comments on commit a9703fb

Please sign in to comment.