Skip to content

Commit

Permalink
Merge pull request #270 from roundcube/rebuild-weekly
Browse files Browse the repository at this point in the history
Rebuild weekly to ensure fresh base images
  • Loading branch information
pabzm authored Nov 14, 2024
2 parents 32aca2c + 13b108f commit 4fa435a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ on:
- 'examples/**'
tags:
- '1.6.*'
schedule:
# Rebuild images each monday early morning to ensure a fresh base OS.
- cron: "23 2 * * 1"

jobs:
build-and-testvariants:
name: Build image variants and run tests
Expand Down

0 comments on commit 4fa435a

Please sign in to comment.