Skip to content

Commit 98ce2f0

Browse files
committed
CI: Build OD every month
Prevent the build artifacts from getting removed after 3 months, by generating new ones every month. Signed-off-by: Paul Cercueil <paul@crapouillou.net>
1 parent a2dc86b commit 98ce2f0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
pull_request:
99
branches:
1010
- opendingux
11+
schedule:
12+
- cron: '* * 1 * *'
1113

1214
concurrency:
1315
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)