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