Skip to content

Commit 3cbefb0

Browse files
update workflows
1 parent e7c57c6 commit 3cbefb0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Documentation
1+
name: Build documentation
22

33
on:
44
push:
@@ -8,7 +8,7 @@ on:
88
pull_request:
99

1010
jobs:
11-
build:
11+
build_docs:
1212
permissions:
1313
actions: write
1414
contents: write

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions:
1515
contents: read
1616

1717
jobs:
18-
test:
18+
run_tests:
1919
runs-on: ${{ matrix.os }}
2020
strategy:
2121
matrix:

0 commit comments

Comments
 (0)