aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2023-11-28 07:06:03 -0600
committerBrent Cook <busterb@gmail.com>2023-11-28 07:06:03 -0600
commit71fcee9b6e2d5da2073215a679cb219e6b177957 (patch)
treeec650a429319ab36672bfebfb15d963eafc93553
parent3a42f77aa9e0276d5ce3401d3643c184cd8ad34c (diff)
downloadportable-71fcee9b6e2d5da2073215a679cb219e6b177957.tar.gz
portable-71fcee9b6e2d5da2073215a679cb219e6b177957.tar.bz2
portable-71fcee9b6e2d5da2073215a679cb219e6b177957.zip
there has to be some trigger, even a manual one
-rw-r--r--.github/workflows/cifuzz.yml3
-rw-r--r--.github/workflows/solaris_test.yml3
2 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml
index eec21d9..bbf3f44 100644
--- a/.github/workflows/cifuzz.yml
+++ b/.github/workflows/cifuzz.yml
@@ -1,5 +1,8 @@
1name: CIFuzz 1name: CIFuzz
2 2
3on:
4 workflow_dispatch:
5
3jobs: 6jobs:
4 Fuzzing: 7 Fuzzing:
5 runs-on: ubuntu-latest 8 runs-on: ubuntu-latest
diff --git a/.github/workflows/solaris_test.yml b/.github/workflows/solaris_test.yml
index 314f478..217efd2 100644
--- a/.github/workflows/solaris_test.yml
+++ b/.github/workflows/solaris_test.yml
@@ -1,5 +1,8 @@
1name: solaris_ci 1name: solaris_ci
2 2
3on:
4 workflow_dispatch:
5
3jobs: 6jobs:
4 build-native: 7 build-native:
5 strategy: 8 strategy: