diff --git a/.github/workflows/commit-lint.yml b/.github/workflows/commit-lint.yml index 48aa6d91..a8561c37 100644 --- a/.github/workflows/commit-lint.yml +++ b/.github/workflows/commit-lint.yml @@ -7,7 +7,7 @@ on: jobs: commitlint: - name: "Conventional Commits" + name: "conventional commits" runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/cygwin-build.yml b/.github/workflows/cygwin-build.yml index a8d4b538..679462d3 100644 --- a/.github/workflows/cygwin-build.yml +++ b/.github/workflows/cygwin-build.yml @@ -1,4 +1,4 @@ -name: Cygwin +name: Build on: pull_request: @@ -8,7 +8,7 @@ on: jobs: cygwin-build: - name: build only + name: cygwin / build only runs-on: windows-latest env: CYGWIN: winsymlinks:nativestrict diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cf4cf3ef..85c2c669 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,4 +1,4 @@ -name: CI +name: Build on: push: @@ -36,7 +36,7 @@ jobs: script: ./scripts/build-configuration-matrix.sh omemo_env: libomemo-c - name: ${{ matrix.flavor }} | ${{ matrix.buildsystem }} | ${{ matrix.tests }} | ${{ matrix.omemo }} + name: ${{ matrix.flavor }} | ${{ matrix.tests }} | ${{ matrix.omemo }} steps: - uses: actions/checkout@v2 - name: Run tests @@ -48,7 +48,7 @@ jobs: macos-homebrew: runs-on: macos-latest - name: macos | meson | unit | libomemo + name: macos | unit | libomemo env: HOMEBREW_NO_AUTO_UPDATE: 1 HOMEBREW_NO_INSTALL_CLEANUP: 1 diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml index fb12e81c..1cc6995c 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml @@ -1,4 +1,4 @@ -name: Style +name: Lint on: push: