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: