Skip to content

Commit 6831884

Browse files
committed
Revert "Disable cron for forks (#383)"
This reverts commit 55787ea.
1 parent 55787ea commit 6831884

File tree

3 files changed

+1
-9
lines changed

3 files changed

+1
-9
lines changed

.github/workflows/apple.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ concurrency:
1313

1414
jobs:
1515
pythonbuild:
16-
if: ${{ github.repository_owner == 'indygreg' || github.event_name != 'schedule' }}
1716
runs-on: 'macos-13'
1817
steps:
1918
- uses: actions/checkout@v4
@@ -41,7 +40,6 @@ jobs:
4140
path: target/release/pythonbuild
4241

4342
build:
44-
if: ${{ github.repository_owner == 'indygreg' || github.event_name != 'schedule' }}
4543
strategy:
4644
fail-fast: false
4745
matrix:

.github/workflows/linux.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ concurrency:
1313

1414
jobs:
1515
pythonbuild:
16-
if: ${{ github.repository_owner == 'indygreg' || github.event_name != 'schedule' }}
1716
runs-on: ubuntu-22.04
1817
steps:
1918
- name: Install System Dependencies
@@ -46,7 +45,6 @@ jobs:
4645
path: target/release/pythonbuild
4746

4847
image:
49-
if: ${{ github.repository_owner == 'indygreg' || github.event_name != 'schedule' }}
5048
strategy:
5149
fail-fast: false
5250
matrix:
@@ -117,7 +115,6 @@ jobs:
117115
path: build/image-*
118116

119117
build:
120-
if: ${{ github.repository_owner == 'indygreg' || github.event_name != 'schedule' }}
121118
strategy:
122119
fail-fast: false
123120
matrix:
@@ -874,9 +871,8 @@ jobs:
874871

875872

876873
# GitHub enforces a limit of 256 entries per matrix, which we exceeded above
877-
# so the CPython 3.13 jobs are split out
874+
# so the CPytho 3.13 jobs are split out
878875
build-313:
879-
if: ${{ github.repository_owner == 'indygreg' || github.event_name != 'schedule' }}
880876
strategy:
881877
fail-fast: false
882878
matrix:

.github/workflows/windows.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ concurrency:
1313

1414
jobs:
1515
pythonbuild:
16-
if: ${{ github.repository_owner == 'indygreg' || github.event_name != 'schedule' }}
1716
runs-on: 'windows-2019'
1817
steps:
1918
- uses: actions/checkout@v4
@@ -41,7 +40,6 @@ jobs:
4140
path: target/release/pythonbuild.exe
4241

4342
build:
44-
if: ${{ github.repository_owner == 'indygreg' || github.event_name != 'schedule' }}
4543
strategy:
4644
fail-fast: false
4745
matrix:

0 commit comments

Comments
 (0)