add support for manual triggering of gh actions

This commit is contained in:
Matt Hess
2025-12-29 00:34:12 +00:00
parent c1b382c4f3
commit c3de3e889f
9 changed files with 17 additions and 1 deletions

View File

@@ -11,6 +11,8 @@ on:
pull_request:
workflow_dispatch:
jobs:
build-alpine-static:

View File

@@ -11,6 +11,8 @@ on:
pull_request:
workflow_dispatch:
jobs:
clang-tidy:
runs-on: ubuntu-latest

View File

@@ -22,6 +22,8 @@ on:
pull_request:
workflow_dispatch:
jobs:
analyze:
name: Analyze

View File

@@ -11,6 +11,8 @@ on:
pull_request:
workflow_dispatch:
jobs:
coverage:

View File

@@ -11,6 +11,8 @@ on:
pull_request:
workflow_dispatch:
jobs:
cppcheck-ubuntu:

View File

@@ -19,6 +19,8 @@ on:
pull_request:
workflow_dispatch:
env:
# Path to the CMake build directory.
build: '${{ github.workspace }}/build'

View File

@@ -8,6 +8,8 @@ on:
pull_request:
workflow_dispatch:
jobs:
source-snapshot:
runs-on: ubuntu-22.04

View File

@@ -11,6 +11,8 @@ on:
pull_request:
workflow_dispatch:
jobs:
sync-test-ubuntu-tsan: