Skip to content

Commit

Permalink
run tests at 02:00 UTC everyday
Browse files Browse the repository at this point in the history
and bump version to v2024.09.01
  • Loading branch information
kamalsaleh committed Sep 10, 2024
1 parent 685ae80 commit d43b3e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
branches:
- master
pull_request:
schedule:
# Runs at night every day
- cron: '0 2 * * *'

# the `concurrency` settings ensure that not too many CI jobs run in parallel
concurrency:
Expand Down
2 changes: 1 addition & 1 deletion PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SetPackageInfo( rec(

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

0 comments on commit d43b3e2

Please sign in to comment.