From 94a4d68a328e979a3a524041b4d394211c2ec885 Mon Sep 17 00:00:00 2001 From: Orb Date: Thu, 31 Oct 2024 01:16:25 +0000 Subject: [PATCH] disabling api build pipeline --- .github/workflows/tests.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index e382f43..906d09a 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -2,7 +2,7 @@ name: tests on: schedule: - - cron: "0 * * * *" + - cron: "0 0 * * *" push: branches: ["*"] pull_request: @@ -40,6 +40,7 @@ jobs: needs: test runs-on: ubuntu-latest timeout-minutes: 5 + if: false steps: - uses: actions/checkout@v2