diff --git a/.github/workflows/python-cleanliness.yml b/.github/workflows/python-cleanliness.yml index 2abb47a..2aab171 100644 --- a/.github/workflows/python-cleanliness.yml +++ b/.github/workflows/python-cleanliness.yml @@ -1,10 +1,10 @@ -name: test Python cleanliness +name: Python cleanliness on: [push, pull_request, workflow_dispatch] -concurrency: - group: ci-${{github.workflow}}-${{ github.ref }} - cancel-in-progress: true +#concurrency: +# group: ci-${{github.workflow}}-${{ github.ref }} +# cancel-in-progress: true jobs: build: diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 34ca511..23070bd 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -1,7 +1,7 @@ # This workflow will upload a Python Package using Twine when a release is created # For more information see: https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#publishing-to-package-registries -name: Upload MethodicConfigurator Package +name: PyPI Package on: release: diff --git a/.github/workflows/windows_build.yml b/.github/workflows/windows_build.yml index 891b9d1..54cae23 100644 --- a/.github/workflows/windows_build.yml +++ b/.github/workflows/windows_build.yml @@ -1,4 +1,4 @@ -name: Windows Build +name: Windows Installer on: [push, pull_request, workflow_dispatch] concurrency: diff --git a/README.md b/README.md index abca436..da6675d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ | Lint | Build | Test | Deploy | | ---- | ----- | ---- | ------ | -| [![Pylint](https://github.com/ArduPilot/MethodicConfigurator/actions/workflows/pylint.yml/badge.svg)](https://github.com/ArduPilot/MethodicConfigurator/actions/workflows/pylint.yml) | | | [![pages-build-deployment](https://github.com/ArduPilot/MethodicConfigurator/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/ArduPilot/MethodicConfigurator/actions/workflows/pages/pages-build-deployment) | +| [![Pylint](https://github.com/ArduPilot/MethodicConfigurator/actions/workflows/pylint.yml/badge.svg)](https://github.com/ArduPilot/MethodicConfigurator/actions/workflows/pylint.yml) | | [![Python unit-tests](https://github.com/ArduPilot/MethodicConfigurator/actions/workflows/unit-tests.yml/badge.svg)](https://github.com/ArduPilot/MethodicConfigurator/actions/workflows/unit-tests.yml) | [![pages-build-deployment](https://github.com/ArduPilot/MethodicConfigurator/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/ArduPilot/MethodicConfigurator/actions/workflows/pages/pages-build-deployment) | | [![test Python cleanliness](https://github.com/ArduPilot/MethodicConfigurator/actions/workflows/python-cleanliness.yml/badge.svg)](https://github.com/ArduPilot/MethodicConfigurator/actions/workflows/python-cleanliness.yml) | | | [![Upload MethodicConfigurator Package](https://github.com/ArduPilot/MethodicConfigurator/actions/workflows/python-publish.yml/badge.svg)](https://github.com/ArduPilot/MethodicConfigurator/actions/workflows/python-publish.yml) | | | | | [![Windows Build](https://github.com/ArduPilot/MethodicConfigurator/actions/workflows/windows_build.yml/badge.svg)](https://github.com/ArduPilot/MethodicConfigurator/actions/workflows/windows_build.yml) |