Skip to content

Commit

Permalink
disable periodic builds of broken CI workflows
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
busterb committed Nov 28, 2023
1 parent 4884c65 commit 477e8e1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/cifuzz.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
name: CIFuzz

on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"

jobs:
Fuzzing:
runs-on: ubuntu-latest
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/solaris_test.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
name: solaris_ci

on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"

jobs:
build-native:
strategy:
Expand Down

0 comments on commit 477e8e1

Please sign in to comment.