Skip to content

Commit 6c1c886

Browse files
committed
Rename CI workflow
1 parent 625e0a4 commit 6c1c886

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/unit_tests.yml renamed to .github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: pals-python
1+
name: pals
22

33
on:
44
push:
@@ -11,8 +11,8 @@ concurrency:
1111
cancel-in-progress: true
1212

1313
jobs:
14-
unit_tests:
15-
name: unit tests
14+
tests:
15+
name: tests
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:

0 commit comments

Comments
 (0)