diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7e9b8243..becf1a59 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,6 +17,7 @@ jobs: permissions: pull-requests: write name: ${{ matrix.os }} - ${{ matrix.python }} + if: ${{ github.event_name != 'schedule' || (github.repository == 'python/pyperformance' && github.event_name == 'schedule') }} strategy: fail-fast: false matrix: