diff --git a/.github/workflows/deploy-docs.yaml b/.github/workflows/deploy-docs.yaml index cbf64f6..d19f87a 100644 --- a/.github/workflows/deploy-docs.yaml +++ b/.github/workflows/deploy-docs.yaml @@ -1,5 +1,5 @@ --- -name: Auto-deployment of pid4cat-model documentation +name: Deploy docs on: push: branches: [main] diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index eb9e6d4..f50ecda 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -1,7 +1,7 @@ # Built from: # https://docs.github.com/en/actions/guides/building-and-testing-python --- -name: Build and test pid4cat_model +name: Build & test pid4cat_model on: [pull_request] @@ -32,7 +32,7 @@ jobs: - name: Install just & Poetry incl. plugins # We install poetry-dynamic-versioning into pipx because the automatic installallation # by poetry 2.x triggers a Windows issue https://github.com/pypa/installer/issues/260 - # and also does not work on Ubuntu in gh-actions. + # and also does not work on Ubuntu in gh-actions. run: | pipx install rust-just pipx install poetry