Skip to content

Commit 40c6216

Browse files
committed
Update names of GitHub Actions
1 parent f5d8843 commit 40c6216

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ContinuousIntegration.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ permissions:
1616

1717

1818
jobs:
19-
Test:
19+
build:
20+
name: Continuous Integration
2021
runs-on: ${{ matrix.os }}
2122
strategy:
2223
matrix:

.github/workflows/Documentation.yml

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

1414
jobs:
1515
build:
16+
name: Documentation
1617
# These permissions are needed to:
1718
# - Deploy the documentation: https://documenter.juliadocs.org/stable/man/hosting/#Permissions
1819
# - Delete old caches: https://github.com/julia-actions/cache#usage

0 commit comments

Comments
 (0)