add support for manual triggering of gh actions
This commit is contained in:
@@ -11,6 +11,8 @@ on:
|
||||
|
||||
pull_request:
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build-alpine-static:
|
||||
|
||||
|
||||
@@ -11,6 +11,8 @@ on:
|
||||
|
||||
pull_request:
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
clang-tidy:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
@@ -22,6 +22,8 @@ on:
|
||||
|
||||
pull_request:
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
analyze:
|
||||
name: Analyze
|
||||
|
||||
@@ -11,6 +11,8 @@ on:
|
||||
|
||||
pull_request:
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
coverage:
|
||||
|
||||
|
||||
@@ -11,6 +11,8 @@ on:
|
||||
|
||||
pull_request:
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
cppcheck-ubuntu:
|
||||
|
||||
|
||||
@@ -19,6 +19,8 @@ on:
|
||||
|
||||
pull_request:
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
# Path to the CMake build directory.
|
||||
build: '${{ github.workspace }}/build'
|
||||
|
||||
@@ -8,6 +8,8 @@ on:
|
||||
|
||||
pull_request:
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
source-snapshot:
|
||||
runs-on: ubuntu-22.04
|
||||
|
||||
@@ -11,6 +11,8 @@ on:
|
||||
|
||||
pull_request:
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
sync-test-ubuntu-tsan:
|
||||
|
||||
|
||||
+1
-1
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user