Skip to content

Commit 0f421ca

Browse files
markstorymvorisek
authored andcommitted
Revert "Stop running CI all the time and having it fail."
This reverts commit f37b514.
1 parent d65dfa2 commit 0f421ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ name: CI
33
on:
44
pull_request:
55
push:
6+
schedule:
7+
- cron: '0 0/2 * * *'
68

79
jobs:
810
build:
911
if: endsWith(github.head_ref || github.ref_name, '.changes') == false
1012
runs-on: ubuntu-latest
1113
strategy:
1214
matrix:
13-
# Builds are failing with py3.9+ because sphinx templates are different.
14-
# python: ['3.7', '3.8', '3.9', '3.10', '3.11']
15-
python: ['3.7', '3.8']
15+
python: ['3.7', '3.8', '3.9', '3.10', '3.11']
1616
fail-fast: false
1717

1818
permissions:

0 commit comments

Comments
 (0)