Skip to content

Commit d43b3e2

Browse files
committed
run tests at 02:00 UTC everyday
and bump version to v2024.09.01
1 parent 685ae80 commit d43b3e2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
branches:
77
- master
88
pull_request:
9+
schedule:
10+
# Runs at night every day
11+
- cron: '0 2 * * *'
912

1013
# the `concurrency` settings ensure that not too many CI jobs run in parallel
1114
concurrency:

PackageInfo.g

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ SetPackageInfo( rec(
1010

1111
PackageName := "CddInterface",
1212
Subtitle := "Gap interface to Cdd package",
13-
Version := "2024.08.27",
13+
Version := "2024.09.01",
1414
Date := ~.Version{[ 1 .. 10 ]},
1515
Date := Concatenation( ~.Date{[ 9, 10 ]}, "/", ~.Date{[ 6, 7 ]}, "/", ~.Date{[ 1 .. 4 ]} ),
1616
License := "GPL-2.0-or-later",

0 commit comments

Comments
 (0)