diff options
-rw-r--r-- | .github/workflows/cifuzz.yml | 2 | ||||
-rw-r--r-- | .github/workflows/solaris_test.yml | 2 | ||||
-rw-r--r-- | README.md | 1 |
3 files changed, 0 insertions, 5 deletions
diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index bdb3b2c..bbf3f44 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml | |||
@@ -2,8 +2,6 @@ name: CIFuzz | |||
2 | 2 | ||
3 | on: | 3 | on: |
4 | workflow_dispatch: | 4 | workflow_dispatch: |
5 | schedule: | ||
6 | - cron: "0 0 * * *" | ||
7 | 5 | ||
8 | jobs: | 6 | jobs: |
9 | Fuzzing: | 7 | Fuzzing: |
diff --git a/.github/workflows/solaris_test.yml b/.github/workflows/solaris_test.yml index f5e6bf4..217efd2 100644 --- a/.github/workflows/solaris_test.yml +++ b/.github/workflows/solaris_test.yml | |||
@@ -2,8 +2,6 @@ name: solaris_ci | |||
2 | 2 | ||
3 | on: | 3 | on: |
4 | workflow_dispatch: | 4 | workflow_dispatch: |
5 | schedule: | ||
6 | - cron: "0 0 * * *" | ||
7 | 5 | ||
8 | jobs: | 6 | jobs: |
9 | build-native: | 7 | build-native: |
@@ -4,7 +4,6 @@ | |||
4 | [](https://github.com/libressl/portable/actions/workflows/linux.yml) | 4 | [](https://github.com/libressl/portable/actions/workflows/linux.yml) |
5 | [](https://github.com/libressl/portable/actions/workflows/macos.yml) | 5 | [](https://github.com/libressl/portable/actions/workflows/macos.yml) |
6 | [](https://github.com/libressl/portable/actions/workflows/android.yml) | 6 | [](https://github.com/libressl/portable/actions/workflows/android.yml) |
7 | [](https://github.com/libressl/portable/actions/workflows/solaris_test.yml) | ||
8 | [](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:libressl) | 7 | [](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:libressl) |
9 | 8 | ||
10 | LibreSSL is a fork of [OpenSSL](https://www.openssl.org) 1.0.1g developed by the | 9 | LibreSSL is a fork of [OpenSSL](https://www.openssl.org) 1.0.1g developed by the |