From 477e8e1f49cc49d22ceae03bad915d6ef5fee994 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Tue, 28 Nov 2023 00:30:22 -0600 Subject: [PATCH] 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. --- .github/workflows/cifuzz.yml | 5 ----- .github/workflows/solaris_test.yml | 5 ----- 2 files changed, 10 deletions(-) diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index bdb3b2c0f0..eec21d96c6 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml @@ -1,10 +1,5 @@ name: CIFuzz -on: - workflow_dispatch: - schedule: - - cron: "0 0 * * *" - jobs: Fuzzing: runs-on: ubuntu-latest diff --git a/.github/workflows/solaris_test.yml b/.github/workflows/solaris_test.yml index f5e6bf49d7..314f4785d7 100644 --- a/.github/workflows/solaris_test.yml +++ b/.github/workflows/solaris_test.yml @@ -1,10 +1,5 @@ name: solaris_ci -on: - workflow_dispatch: - schedule: - - cron: "0 0 * * *" - jobs: build-native: strategy: