From a2d5897a49c0b1ca2cd9351301edbb308eebde1e Mon Sep 17 00:00:00 2001 From: "Kenneth J. Pronovici" Date: Wed, 17 Jan 2024 21:16:38 +0000 Subject: [PATCH] Remove workflow schedule --- .github/workflows/test-suite.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index fa1701b..23a52e2 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -9,8 +9,6 @@ on: pull_request: branches: - master - schedule: - - cron: '05 17 15 * *' # 15th of the month at 5:05pm UTC concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true