From 46f2d3009211ba501e3840969310ba59a467db61 Mon Sep 17 00:00:00 2001 From: kari Barry Date: Thu, 28 Mar 2024 14:44:11 -0400 Subject: [PATCH] =?UTF-8?q?=E2=98=81=EF=B8=8F=20We=20should=20be=20testing?= =?UTF-8?q?=20PRs=20prior=20to=20merge=20like=20we=20do=20for=20all=20othe?= =?UTF-8?q?r=20Bluesky=20repos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/testing.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index abd9593..3ece3e3 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -3,8 +3,6 @@ name: Unit Tests on: push: pull_request: - schedule: - - cron: '00 4 * * *' # daily at 4AM jobs: build: