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
+2
View File
@@ -11,6 +11,8 @@ on:
pull_request:
workflow_dispatch:
jobs:
build-alpine-static:
+2
View File
@@ -11,6 +11,8 @@ on:
pull_request:
workflow_dispatch:
jobs:
clang-tidy:
runs-on: ubuntu-latest
+2
View File
@@ -22,6 +22,8 @@ on:
pull_request:
workflow_dispatch:
jobs:
analyze:
name: Analyze
+2
View File
@@ -11,6 +11,8 @@ on:
pull_request:
workflow_dispatch:
jobs:
coverage:
+2
View File
@@ -11,6 +11,8 @@ on:
pull_request:
workflow_dispatch:
jobs:
cppcheck-ubuntu:
+2
View File
@@ -19,6 +19,8 @@ on:
pull_request:
workflow_dispatch:
env:
# Path to the CMake build directory.
build: '${{ github.workspace }}/build'
+2
View File
@@ -8,6 +8,8 @@ on:
pull_request:
workflow_dispatch:
jobs:
source-snapshot:
runs-on: ubuntu-22.04
+2
View File
@@ -11,6 +11,8 @@ on:
pull_request:
workflow_dispatch:
jobs:
sync-test-ubuntu-tsan:
+1 -1
View File
@@ -313,7 +313,7 @@ int main(int argc, char* argv[])
p2pool::log::start();
LOGINFO(0, "Reticulating splines...");
printf("Reticulating splines...\n");
p2pool::init_crypto_cache();