Skip to content

Commit a1b44dc

Browse files
committed
made image rebuild on a schedule instead of squashing
1 parent ac8eb25 commit a1b44dc

File tree

2 files changed

+2
-38
lines changed

2 files changed

+2
-38
lines changed

.github/workflows/zwift_build_from_scratch.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Zwift build from scratch
22
on:
33
workflow_dispatch:
4+
schedule:
5+
- cron: "0 0 1 */3 *"
46
jobs:
57
zwift_build:
68
runs-on: ubuntu-22.04

.github/workflows/zwift_squasher.yaml

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)