Skip to content

Commit d61f0d4

Browse files
authored
Add names to Github Actions workflow jobs (#64)
Hopefully this will solve the extra 'build' checks that every PR to master waits for.
1 parent d8cd9c1 commit d61f0d4

File tree

4 files changed

+7
-0
lines changed

4 files changed

+7
-0
lines changed

.github/workflows/check_docs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on: push
44

55
jobs:
66
check_docs:
7+
name: Check whether documentation is up-to-date
78
runs-on: ubuntu-20.04
89

910
steps:

.github/workflows/lint_and_test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on: push
44

55
jobs:
66
lint_and_test:
7+
name: Lint, check types and run unit tests
78
runs-on: ubuntu-20.04
89
strategy:
910
matrix:

.github/workflows/pr_toolkit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
jobs:
99
apify-pr-toolkit:
10+
name: Run the Apify pull request toolkit
1011
runs-on: ubuntu-20.04
1112
steps:
1213
- name: clone pull-request-toolkit-action

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ Changelog
1717

1818
- fixed return type in the `DatasetClient.list_items()` method docs
1919

20+
### Internal changes
21+
22+
- added human-friendly names to the jobs in Github Action workflows
23+
2024
[0.2.0](../../releases/tag/v0.2.0) - 2021-08-09
2125
-----------------------------------------------
2226

0 commit comments

Comments
 (0)