diff --git a/.github/workflows/apple.yml b/.github/workflows/apple.yml index fdcdc597..afe7add3 100644 --- a/.github/workflows/apple.yml +++ b/.github/workflows/apple.yml @@ -4,8 +4,6 @@ on: push: branches: [main] pull_request: - schedule: - - cron: '13 11 * * *' concurrency: group: ${{ github.workflow }}-${{ github.ref_name }}-${{ github.event.pull_request.number || github.sha }} @@ -13,7 +11,6 @@ concurrency: jobs: pythonbuild: - if: ${{ github.repository_owner == 'indygreg' || github.event_name != 'schedule' }} runs-on: 'macos-13' steps: - uses: actions/checkout@v4 @@ -41,7 +38,6 @@ jobs: path: target/release/pythonbuild build: - if: ${{ github.repository_owner == 'indygreg' || github.event_name != 'schedule' }} strategy: fail-fast: false matrix: diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index f8085edf..622f49e8 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -4,8 +4,6 @@ on: push: branches: [main] pull_request: - schedule: - - cron: '13 11 * * *' concurrency: group: ${{ github.workflow }}-${{ github.ref_name }}-${{ github.event.pull_request.number || github.sha }} @@ -13,7 +11,6 @@ concurrency: jobs: pythonbuild: - if: ${{ github.repository_owner == 'indygreg' || github.event_name != 'schedule' }} runs-on: ubuntu-22.04 steps: - name: Install System Dependencies @@ -46,7 +43,6 @@ jobs: path: target/release/pythonbuild image: - if: ${{ github.repository_owner == 'indygreg' || github.event_name != 'schedule' }} strategy: fail-fast: false matrix: @@ -117,7 +113,6 @@ jobs: path: build/image-* build: - if: ${{ github.repository_owner == 'indygreg' || github.event_name != 'schedule' }} strategy: fail-fast: false matrix: @@ -876,7 +871,6 @@ jobs: # GitHub enforces a limit of 256 entries per matrix, which we exceeded above # so the CPython 3.13 jobs are split out build-313: - if: ${{ github.repository_owner == 'indygreg' || github.event_name != 'schedule' }} strategy: fail-fast: false matrix: diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 091ad011..ef9e1f62 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -4,8 +4,6 @@ on: push: branches: [main] pull_request: - schedule: - - cron: '13 11 * * *' concurrency: group: ${{ github.workflow }}-${{ github.ref_name }}-${{ github.event.pull_request.number || github.sha }} @@ -13,7 +11,6 @@ concurrency: jobs: pythonbuild: - if: ${{ github.repository_owner == 'indygreg' || github.event_name != 'schedule' }} runs-on: 'windows-2022' steps: - uses: actions/checkout@v4 @@ -41,7 +38,6 @@ jobs: path: target/release/pythonbuild.exe build: - if: ${{ github.repository_owner == 'indygreg' || github.event_name != 'schedule' }} strategy: fail-fast: false matrix: