ci: Rename and sort Ci jobs

Signed-off-by: Michael Vetter <jubalh@iodoru.org>
This commit is contained in:
Michael Vetter
2026-03-28 00:11:16 +01:00
parent 259caea9c8
commit 816617672e
4 changed files with 7 additions and 7 deletions

View File

@@ -7,7 +7,7 @@ on:
jobs: jobs:
commitlint: commitlint:
name: "Conventional Commits" name: "conventional commits"
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4

View File

@@ -1,4 +1,4 @@
name: Cygwin name: Build
on: on:
pull_request: pull_request:
@@ -8,7 +8,7 @@ on:
jobs: jobs:
cygwin-build: cygwin-build:
name: build only name: cygwin / build only
runs-on: windows-latest runs-on: windows-latest
env: env:
CYGWIN: winsymlinks:nativestrict CYGWIN: winsymlinks:nativestrict

View File

@@ -1,4 +1,4 @@
name: CI name: Build
on: on:
push: push:
@@ -36,7 +36,7 @@ jobs:
script: ./scripts/build-configuration-matrix.sh script: ./scripts/build-configuration-matrix.sh
omemo_env: libomemo-c omemo_env: libomemo-c
name: ${{ matrix.flavor }} | ${{ matrix.buildsystem }} | ${{ matrix.tests }} | ${{ matrix.omemo }} name: ${{ matrix.flavor }} | ${{ matrix.tests }} | ${{ matrix.omemo }}
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Run tests - name: Run tests
@@ -48,7 +48,7 @@ jobs:
macos-homebrew: macos-homebrew:
runs-on: macos-latest runs-on: macos-latest
name: macos | meson | unit | libomemo name: macos | unit | libomemo
env: env:
HOMEBREW_NO_AUTO_UPDATE: 1 HOMEBREW_NO_AUTO_UPDATE: 1
HOMEBREW_NO_INSTALL_CLEANUP: 1 HOMEBREW_NO_INSTALL_CLEANUP: 1

View File

@@ -1,4 +1,4 @@
name: Style name: Lint
on: on:
push: push: