Skip to content

Commit 1c3bbb2

Browse files
committed
CI: Rename the GitHub Actions workflow file tests.yaml
This is more logical and sets the ground for other GitHub Actions workflows, e.g. automated distribution releases.
1 parent d5b6c4a commit 1c3bbb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml renamed to .github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22

3-
name: CI
3+
name: Tests
44

55
on: # yamllint disable-line rule:truthy
66
push:
@@ -33,7 +33,7 @@ jobs:
3333
run: make -C docs linkcheck
3434

3535
test:
36-
name: Tests
36+
name: Unit tests
3737
runs-on: ubuntu-latest
3838
strategy:
3939
fail-fast: false

0 commit comments

Comments
 (0)