Skip to content

Commit 38cab82

Browse files
authored
Merge pull request #140 from OpenSourceBrain/development
Add cron; avoid duplicate ubuntu24
2 parents f094cba + 75fd39b commit 38cab82

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci_versions.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Test across versions
22

33
on:
4+
schedule:
5+
- cron: "1 1 15 */1 *" # Run once a month to test...
46
push:
57
branches: [ master, development, experimental, test* ]
68
pull_request:
@@ -14,7 +16,7 @@ jobs:
1416
fail-fast: false
1517
matrix:
1618
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
17-
runs-on: [ubuntu-latest, macos-latest, ubuntu-24.04 ]
19+
runs-on: [ubuntu-latest, macos-latest ]
1820
exclude:
1921
- runs-on: macos-latest
2022
python-version: ["3.9"]

0 commit comments

Comments
 (0)