Skip to content

Commit 39d9df7

Browse files
committed
CI: more consistent job naming
1 parent e0847d6 commit 39d9df7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
# (see https://github.com/rescript-lang/docker-rescript-ci-build/blob/main/Dockerfile).
9797
# Note: Static ARM64 binaries cannot be built directly on Ubuntu runner because of
9898
# https://github.com/ocaml/opam-repository/issues/26216
99-
static-binaries-linux-arm:
99+
build-compiler-linux-arm:
100100
runs-on: buildjet-2vcpu-ubuntu-2204-arm
101101

102102
steps:
@@ -132,7 +132,7 @@ jobs:
132132
name: binaries-${{ env.artifact_dir_name }}
133133
path: ${{ env.artifact_dir_name }}
134134

135-
build:
135+
build-compiler:
136136
strategy:
137137
fail-fast: false
138138
matrix:
@@ -403,9 +403,9 @@ jobs:
403403

404404
package:
405405
needs:
406-
- build
406+
- build-compiler
407+
- build-compiler-linux-arm
407408
- build-rewatch
408-
- static-binaries-linux-arm
409409

410410
runs-on: ubuntu-latest
411411

0 commit comments

Comments
 (0)