Skip to content

Commit 22a00ce

Browse files
committed
.github: workflows: add job names
Add names to the jobs Signed-off-by: Thomas Stranger <[email protected]>
1 parent ea4a1b2 commit 22a00ce

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ permissions:
1111

1212
jobs:
1313
build:
14+
name: Build app and tests
1415
strategy:
1516
fail-fast: false
1617
matrix:

.github/workflows/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ env:
1313

1414
jobs:
1515
build:
16+
name: Build
1617
runs-on: ubuntu-22.04
1718
steps:
1819
- name: Checkout
@@ -55,6 +56,7 @@ jobs:
5556
path: doc/deploy
5657

5758
deploy:
59+
name: Deploy
5860
runs-on: ubuntu-22.04
5961
needs: build
6062
if: github.event_name != 'pull_request'

0 commit comments

Comments
 (0)