Skip to content

Commit 16ce0e5

Browse files
committed
improve job name
1 parent feecdb8 commit 16ce0e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1237,7 +1237,7 @@ jobs:
12371237
echo "One of the dependent jobs have failed. You may need to re-run it." && exit 1
12381238
12391239
job_compile_bindings_profiling_node:
1240-
name: Compile & Test Profiling Bindings (v${{ matrix.node }}) ${{ matrix.target_platform || matrix.os }}, ${{ matrix.node || matrix.container }}, ${{ matrix.arch || matrix.container }}, ${{ contains(matrix.container, 'alpine') && 'musl' || 'glibc' }}
1240+
name: Compile profiling-node (v${{ matrix.node }}) ${{ matrix.target_platform || matrix.os }}, ${{ matrix.node || matrix.container }}, ${{ matrix.arch || matrix.container }}, ${{ contains(matrix.container, 'alpine') && 'musl' || 'glibc' }}
12411241
needs: [job_get_metadata, job_build]
12421242
# Compiling bindings can be very slow (especially on windows), so only run precompile
12431243
# Skip precompile unless we are on a release branch as precompile slows down CI times.

0 commit comments

Comments
 (0)