Browse Source

Clarify action name.

Jelmer Vernooij 2 years ago
parent
commit
de49346e9b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/pythontest.yml

+ 2 - 2
.github/workflows/pythonpackage.yml → .github/workflows/pythontest.yml

@@ -1,4 +1,4 @@
-name: Python package
+name: Python tests
 
 on:
   push:
@@ -7,7 +7,7 @@ on:
     - cron: "0 6 * * *" # Daily 6AM UTC build
 
 jobs:
-  build:
+  test:
     runs-on: ${{ matrix.os }}
     strategy:
       matrix: