Skip to content

Commit 5f31520

Browse files
committed
add cron job for CI
1 parent 32b07f4 commit 5f31520

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ on:
66
branches:
77
- main
88
tags: '*'
9+
schedule:
10+
- cron: '0 15 */14 * *'
911

1012
# Cancel redundant CI tests automatically
1113
concurrency:
1214
group: ${{ github.workflow }}-${{ github.ref }}
1315
cancel-in-progress: true
14-
16+
1517
jobs:
1618
run_tests:
1719
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
@@ -51,7 +53,7 @@ jobs:
5153
- os: windows-latest
5254
arch: x86
5355
version: 'pre'
54-
allow_failure: true
56+
allow_failure: true
5557
steps:
5658
- uses: actions/checkout@v4
5759
- uses: julia-actions/setup-julia@v2

0 commit comments

Comments
 (0)