From cde89e5f749a9570f9635c0c72dd6863e06d7f24 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Tue, 28 Nov 2023 00:30:22 -0600 Subject: 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(-) (limited to '.github') 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 @@ 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 f5e6bf4..314f478 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: -- cgit v1.2.3-55-g6feb