diff options
author | Brent Cook <busterb@gmail.com> | 2023-11-28 07:06:03 -0600 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2024-03-03 09:17:50 -0600 |
commit | 3200e989a17ccfa6630f8cc3c7f98f41fed1b658 (patch) | |
tree | 9a73c7f69d8af7afd13ab2d7d8d9488470a6e439 /.github | |
parent | 18bf30ad0aaa3542cfab87fe02cd75f3a1331983 (diff) | |
download | portable-3200e989a17ccfa6630f8cc3c7f98f41fed1b658.tar.gz portable-3200e989a17ccfa6630f8cc3c7f98f41fed1b658.tar.bz2 portable-3200e989a17ccfa6630f8cc3c7f98f41fed1b658.zip |
there has to be some trigger, even a manual one
Diffstat (limited to '.github')
-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: |