diff options
author | Brent Cook <busterb@gmail.com> | 2023-11-28 07:06:03 -0600 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2023-11-28 07:06:03 -0600 |
commit | 71fcee9b6e2d5da2073215a679cb219e6b177957 (patch) | |
tree | ec650a429319ab36672bfebfb15d963eafc93553 | |
parent | 3a42f77aa9e0276d5ce3401d3643c184cd8ad34c (diff) | |
download | portable-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.yml | 3 | ||||
-rw-r--r-- | .github/workflows/solaris_test.yml | 3 |
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 @@ | |||
1 | name: CIFuzz | 1 | name: CIFuzz |
2 | 2 | ||
3 | on: | ||
4 | workflow_dispatch: | ||
5 | |||
3 | jobs: | 6 | jobs: |
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 @@ | |||
1 | name: solaris_ci | 1 | name: solaris_ci |
2 | 2 | ||
3 | on: | ||
4 | workflow_dispatch: | ||
5 | |||
3 | jobs: | 6 | jobs: |
4 | build-native: | 7 | build-native: |
5 | strategy: | 8 | strategy: |