Skip to content

Commit 985ac26

Browse files
tbidneBodigrim
authored andcommitted
Run CI every day
1 parent 1e26da4 commit 985ac26

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ on:
88
branches:
99
- master
1010

11+
schedule:
12+
# Every day at 00:00 UTC.
13+
#
14+
# https://crontab.guru
15+
- cron: '0 0 * * *'
16+
1117
workflow_dispatch:
1218
jobs:
1319
cabal:

0 commit comments

Comments
 (0)