Skip to content

Commit 31a6a54

Browse files
committed
Update GitHub Actions
1 parent 5c49aa0 commit 31a6a54

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
git commit -m "Update wiki submodule reference [skip ci]"
6464
git push origin HEAD:refs/heads/${{ github.head_ref || github.ref_name }}
6565
tests:
66-
name: Run Tests and Deploy API Docs & Coverage
66+
name: Run Tests
6767
runs-on: ubuntu-latest
6868
steps:
6969
- uses: actions/checkout@v4
@@ -128,6 +128,7 @@ jobs:
128128
path: public/
129129

130130
deploy:
131+
name: Deploy API Docs & Coverage to GitHub Pages
131132
if: github.ref == 'refs/heads/main'
132133
needs: tests
133134
environment:

0 commit comments

Comments
 (0)