diff options
-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: |