diff options
author | Brent Cook <busterb@gmail.com> | 2023-11-28 00:30:22 -0600 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2023-11-28 00:30:22 -0600 |
commit | 477e8e1f49cc49d22ceae03bad915d6ef5fee994 (patch) | |
tree | 2a46075efd538076fdb3dda0272e601d90a9aefa | |
parent | 4884c6564df765454f4c38897a3bce2b1785765d (diff) | |
download | portable-477e8e1f49cc49d22ceae03bad915d6ef5fee994.tar.gz portable-477e8e1f49cc49d22ceae03bad915d6ef5fee994.tar.bz2 portable-477e8e1f49cc49d22ceae03bad915d6ef5fee994.zip |
disable periodic builds of broken CI workflows
Neither of these has built in over a month. Solaris looks to be an
upstream timeout issue (seems the hack it uses may not work anymore).
Not sure if cifuzz is really needed either, since we're still being
tested through clusterfuzz actively.
-rw-r--r-- | .github/workflows/cifuzz.yml | 5 | ||||
-rw-r--r-- | .github/workflows/solaris_test.yml | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index bdb3b2c..eec21d9 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml | |||
@@ -1,10 +1,5 @@ | |||
1 | name: CIFuzz | 1 | name: CIFuzz |
2 | 2 | ||
3 | on: | ||
4 | workflow_dispatch: | ||
5 | schedule: | ||
6 | - cron: "0 0 * * *" | ||
7 | |||
8 | jobs: | 3 | jobs: |
9 | Fuzzing: | 4 | Fuzzing: |
10 | runs-on: ubuntu-latest | 5 | runs-on: ubuntu-latest |
diff --git a/.github/workflows/solaris_test.yml b/.github/workflows/solaris_test.yml index f5e6bf4..314f478 100644 --- a/.github/workflows/solaris_test.yml +++ b/.github/workflows/solaris_test.yml | |||
@@ -1,10 +1,5 @@ | |||
1 | name: solaris_ci | 1 | name: solaris_ci |
2 | 2 | ||
3 | on: | ||
4 | workflow_dispatch: | ||
5 | schedule: | ||
6 | - cron: "0 0 * * *" | ||
7 | |||
8 | jobs: | 3 | jobs: |
9 | build-native: | 4 | build-native: |
10 | strategy: | 5 | strategy: |