Skip to content

Commit 0414fc7

Browse files
committed
Rename other workflow targets to better explain the differences between the runs
1 parent 5dabc7f commit 0414fc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212
contents: read
1313

1414
jobs:
15-
build:
15+
self-built-v8:
1616
strategy:
1717
# set in accordance with number of v8-versions, so caching can kick in properly
1818
max-parallel: 2
@@ -107,7 +107,7 @@ jobs:
107107
php_test_results*.txt
108108
tests/*.out
109109
110-
alpine:
110+
alpine-package-manager-apk:
111111
runs-on: ubuntu-latest
112112

113113
steps:

0 commit comments

Comments
 (0)