Skip to content

Commit

Permalink
Improve / shorten action names
Browse files Browse the repository at this point in the history
  • Loading branch information
dalito committed Feb 8, 2025
1 parent ee82bb3 commit ee7f91f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Auto-deployment of pid4cat-model documentation
name: Deploy docs
on:
push:
branches: [main]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -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]

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ee7f91f

Please sign in to comment.