Skip to content

Commit e8b031b

Browse files
hugovkzanieb
andauthored
Disable cron schedule (#384)
* Revert "Disable cron for forks (#383)" This reverts commit 55787ea. * Disable cron schedule --------- Co-authored-by: Zanie Blue <[email protected]>
1 parent 6e1ce43 commit e8b031b

File tree

3 files changed

+0
-14
lines changed

3 files changed

+0
-14
lines changed

.github/workflows/apple.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,13 @@ on:
44
push:
55
branches: [main]
66
pull_request:
7-
schedule:
8-
- cron: '13 11 * * *'
97

108
concurrency:
119
group: ${{ github.workflow }}-${{ github.ref_name }}-${{ github.event.pull_request.number || github.sha }}
1210
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
1311

1412
jobs:
1513
pythonbuild:
16-
if: ${{ github.repository_owner == 'indygreg' || github.event_name != 'schedule' }}
1714
runs-on: 'macos-13'
1815
steps:
1916
- uses: actions/checkout@v4
@@ -41,7 +38,6 @@ jobs:
4138
path: target/release/pythonbuild
4239

4340
build:
44-
if: ${{ github.repository_owner == 'indygreg' || github.event_name != 'schedule' }}
4541
strategy:
4642
fail-fast: false
4743
matrix:

.github/workflows/linux.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,13 @@ on:
44
push:
55
branches: [main]
66
pull_request:
7-
schedule:
8-
- cron: '13 11 * * *'
97

108
concurrency:
119
group: ${{ github.workflow }}-${{ github.ref_name }}-${{ github.event.pull_request.number || github.sha }}
1210
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
1311

1412
jobs:
1513
pythonbuild:
16-
if: ${{ github.repository_owner == 'indygreg' || github.event_name != 'schedule' }}
1714
runs-on: ubuntu-22.04
1815
steps:
1916
- name: Install System Dependencies
@@ -46,7 +43,6 @@ jobs:
4643
path: target/release/pythonbuild
4744

4845
image:
49-
if: ${{ github.repository_owner == 'indygreg' || github.event_name != 'schedule' }}
5046
strategy:
5147
fail-fast: false
5248
matrix:
@@ -117,7 +113,6 @@ jobs:
117113
path: build/image-*
118114

119115
build:
120-
if: ${{ github.repository_owner == 'indygreg' || github.event_name != 'schedule' }}
121116
strategy:
122117
fail-fast: false
123118
matrix:
@@ -876,7 +871,6 @@ jobs:
876871
# GitHub enforces a limit of 256 entries per matrix, which we exceeded above
877872
# so the CPython 3.13 jobs are split out
878873
build-313:
879-
if: ${{ github.repository_owner == 'indygreg' || github.event_name != 'schedule' }}
880874
strategy:
881875
fail-fast: false
882876
matrix:

.github/workflows/windows.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,13 @@ on:
44
push:
55
branches: [main]
66
pull_request:
7-
schedule:
8-
- cron: '13 11 * * *'
97

108
concurrency:
119
group: ${{ github.workflow }}-${{ github.ref_name }}-${{ github.event.pull_request.number || github.sha }}
1210
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
1311

1412
jobs:
1513
pythonbuild:
16-
if: ${{ github.repository_owner == 'indygreg' || github.event_name != 'schedule' }}
1714
runs-on: 'windows-2022'
1815
steps:
1916
- uses: actions/checkout@v4
@@ -41,7 +38,6 @@ jobs:
4138
path: target/release/pythonbuild.exe
4239

4340
build:
44-
if: ${{ github.repository_owner == 'indygreg' || github.event_name != 'schedule' }}
4541
strategy:
4642
fail-fast: false
4743
matrix:

0 commit comments

Comments
 (0)