Skip to content

Commit

Permalink
ci: shorter names for deltachat-rpc-server jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
link2xt committed Mar 28, 2024
1 parent a11d01f commit ebd097b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deltachat-rpc-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# Build a version statically linked against musl libc
# to avoid problems with glibc version incompatibility.
build_linux:
name: Build deltachat-rpc-server for Linux
name: Linux
strategy:
fail-fast: false
matrix:
Expand All @@ -45,7 +45,7 @@ jobs:
if-no-files-found: error

build_windows:
name: Build deltachat-rpc-server for Windows
name: Windows
strategy:
fail-fast: false
matrix:
Expand All @@ -69,7 +69,7 @@ jobs:
if-no-files-found: error

build_macos:
name: Build deltachat-rpc-server for macOS
name: macOS
strategy:
fail-fast: false
matrix:
Expand All @@ -95,7 +95,7 @@ jobs:
if-no-files-found: error

build_android:
name: Build deltachat-rpc-server for Android
name: Android
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit ebd097b

Please sign in to comment.