Skip to content

Commit 190037c

Browse files
committed
Run same CI on weekly schedule
1 parent b261158 commit 190037c

File tree

2 files changed

+4
-33
lines changed

2 files changed

+4
-33
lines changed

.github/workflows/main.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
pull_request:
66
push:
77
branches: [ staging, master ]
8+
schedule:
9+
# Weekly on Sunday
10+
- cron: '0 0 * * 0'
811

912
jobs:
1013
pre-commit:
@@ -18,16 +21,14 @@ jobs:
1821
extra_args: --hook-stage manual --all-files
1922

2023
checks:
21-
name: Check Python ${{ matrix.python-version }} on ${{ matrix.runs-on }}
24+
name: Check Python ${{ matrix.python-version }} on ${{ matrix.os }}
2225
runs-on: ${{ matrix.os }}
2326
strategy:
2427
fail-fast: false
2528
matrix:
2629
os: ["ubuntu-24.04", "macos-14", "windows-2022"]
2730
python-version: ["3.10", "3.11", "3.12"]
2831
include:
29-
- os: ubuntu-24.04
30-
python-version: 3.7
3132
- os: ubuntu-24.04
3233
python-version: 3.8
3334
- os: ubuntu-24.04

.github/workflows/test-latest.yml

-30
This file was deleted.

0 commit comments

Comments
 (0)