Skip to content

Commit

Permalink
Rename existing workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
leonhard-s committed Jul 15, 2023
1 parent cf7eff1 commit 503acfe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will run any files matching "tests/*_test.py" using the Python
# unittest module.

name: Run Python unit tests
name: CI Testing

on: [push, pull_request]

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will run all test files with code coverage enabled and upload
# the results to coveralls.io. Only enabled for the main repository.

name: Generate Python code coverage report
name: Code Coverage

on: [push, pull_request]

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflows 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 Python Package
name: Publish Package

on:
release:
Expand Down

0 comments on commit 503acfe

Please sign in to comment.