Skip to content

Commit

Permalink
ci: fix file extensions; simplify workflows names.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick-Dayer committed Jul 18, 2024
1 parent 8948729 commit 574073c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# Inspired from https://github.com/py-cov-action/python-coverage-comment-action

name: Add a coverage comment to the Pull Request
name: coverage comment

on:
workflow_run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# SPDX-License-Identifier: BSD-3-Clause

name: Publish package to Pypi and to the current release
name: deploy release

on:
release:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# Inspired from https://github.com/readthedocs/actions/tree/v1/preview

name: Documentation preview on readthedocs for Pull Requests
name: doc preview

on:
pull_request_target:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# SPDX-License-Identifier: BSD-3-Clause

name: Check the project is up to our quality standards
name: qa

on:
pull_request:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# SPDX-License-Identifier: BSD-3-Clause

name: Test the code, doc building, and packaging
name: tests

on:
push:
Expand Down

0 comments on commit 574073c

Please sign in to comment.