Rename workflows for consistency

This commit is contained in:
Roger A. Light 2026-05-18 15:31:02 +01:00
parent 2697c63199
commit 45a1c97724
No known key found for this signature in database
GPG key ID: 779B22DFB3E717B7
5 changed files with 7 additions and 7 deletions

View file

@ -1,4 +1,4 @@
name: ASAN name: Linux - ASAN
on: on:
workflow_dispatch: workflow_dispatch:

View file

@ -1,4 +1,4 @@
name: Mosquitto - Build variants name: Linux - Build variants
on: on:
push: push:

View file

@ -1,4 +1,4 @@
name: Mosquitto - CMake name: Linux
on: on:
workflow_dispatch: workflow_dispatch:

View file

@ -1,4 +1,4 @@
name: Mac OS build name: Mac OS
on: on:
workflow_dispatch: workflow_dispatch:
@ -22,7 +22,7 @@ env:
BUILD_TYPE: Release BUILD_TYPE: Release
jobs: jobs:
mosquitto: build:
runs-on: macos-latest runs-on: macos-latest
steps: steps:

View file

@ -1,4 +1,4 @@
name: Windows build name: Windows
on: on:
workflow_dispatch: workflow_dispatch:
@ -23,7 +23,7 @@ env:
jobs: jobs:
mosquitto: build:
runs-on: windows-2022 runs-on: windows-2022
strategy: strategy: