]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
rename some GitHub actions to use test names as prefix, as introduced in rel_1_4...
authorJonathan Vanasco <jonathan@2xlp.com>
Mon, 5 Dec 2022 22:08:10 +0000 (17:08 -0500)
committerGitHub <noreply@github.com>
Mon, 5 Dec 2022 22:08:10 +0000 (23:08 +0100)
Change-Id: I7f3aa96447ade605becbdef01bc19f3b78dbd6d1

.github/workflows/run-on-pr.yaml
.github/workflows/run-test.yaml

index 1a622bfd1fdf6ccf7a686728ba41b960a08ef12a..8c7f2715fff822cabe1047740bebe724fe0fe69a 100644 (file)
@@ -17,7 +17,7 @@ permissions:
 
 jobs:
   run-test-amd64:
-    name: ${{ matrix.python-version }}-${{ matrix.build-type }}-${{ matrix.architecture }}-${{ matrix.os }}
+    name: test-amd64-${{ matrix.python-version }}-${{ matrix.build-type }}-${{ matrix.architecture }}-${{ matrix.os }}
     runs-on: ${{ matrix.os }}
     strategy:
       # run this job using this matrix, excluding some combinations below.
index e05d71bf00ae7a619cd3c72262c4224f8909f90d..a8141c85451074e02c1c9c1e807d9e74dc27365f 100644 (file)
@@ -20,7 +20,7 @@ permissions:
 
 jobs:
   run-test:
-    name: ${{ matrix.python-version }}-${{ matrix.build-type }}-${{ matrix.architecture }}-${{ matrix.os }}
+    name: test-${{ matrix.python-version }}-${{ matrix.build-type }}-${{ matrix.architecture }}-${{ matrix.os }}
     runs-on: ${{ matrix.os }}
     strategy:
       # run this job using this matrix, excluding some combinations below.
@@ -95,7 +95,7 @@ jobs:
         continue-on-error: ${{ matrix.python-version == 'pypy-3.9' }}
 
   run-test-arm64:
-    name: ${{ matrix.python-version }}-${{ matrix.build-type }}-arm64-ubuntu-latest
+    name: test-arm64-${{ matrix.python-version }}-${{ matrix.build-type }}-${{ matrix.os }}
     runs-on: ubuntu-latest
     strategy:
       matrix: