diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 560c834..3b5cc26 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -6,7 +6,7 @@ # separate terms of service, privacy policy, and support # documentation. -name: Upload Mivot Validator Package +name: Upload Package in PYPI on: push: @@ -20,7 +20,6 @@ permissions: jobs: deploy: - # if: ${{ github.event.python-test.conclusion == 'success' }} runs-on: ubuntu-latest steps: diff --git a/.github/workflows/python-test.yml b/.github/workflows/python-test.yml index d7d5476..5c45257 100644 --- a/.github/workflows/python-test.yml +++ b/.github/workflows/python-test.yml @@ -1,7 +1,7 @@ # This workflow will install Python dependencies, run tests and lint with a single version of Python # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python -name: Python application +name: Line and Tests on: push: