Skip to content

Commit 28bcd1c

Browse files
committed
ci(github-actions): rename jobs
1 parent 97c1b1c commit 28bcd1c

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/bumpversion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- master
77

88
jobs:
9-
build:
9+
bump-version:
1010
if: "!startsWith(github.event.head_commit.message, 'bump:')"
1111
runs-on: ubuntu-latest
1212
strategy:

.github/workflows/docspublish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- master
77

88
jobs:
9-
deploy:
9+
publish-documentation:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v2

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: Python package
33
on: [pull_request]
44

55
jobs:
6-
build:
7-
6+
python-check:
87
runs-on: ubuntu-latest
98
strategy:
109
max-parallel: 4

0 commit comments

Comments
 (0)