Skip to content

Commit 71454ba

Browse files
authored
rerun CI weekly for cache keepalive
1 parent e9ffc5d commit 71454ba

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ on:
1010
types: [checks_requested]
1111

1212
workflow_dispatch:
13+
14+
schedule:
15+
- cron: '1 0 * * 0'
1316

1417
# Cancel in-progress runs if newer changes to the same branch/PR are pushed.
1518
concurrency:
@@ -21,4 +24,4 @@ jobs:
2124
uses: ./.github/workflows/meson.yml
2225

2326
msbuild:
24-
uses: ./.github/workflows/msbuild.yml
27+
uses: ./.github/workflows/msbuild.yml

0 commit comments

Comments
 (0)