From aa5adb97f2c7fc50a9ce97abbd8d0a977a52814a Mon Sep 17 00:00:00 2001 From: Vignesh Kothapalli Date: Fri, 22 Jan 2021 23:35:01 +0530 Subject: [PATCH] trigger benchmarks workflow only on commits --- .github/workflows/benchmarks.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index bff8936b0..67619432d 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -4,11 +4,8 @@ on: push: branches: - master - schedule: - - cron: "0 12 * * *" jobs: - macos: name: macOS ${{ matrix.python }} + ${{ matrix.version }} runs-on: macos-latest