Skip to content

Commit e1eaa46

Browse files
committed
Run Docker builds Monday at midnight
1 parent a42fb99 commit e1eaa46

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/alpine-mainline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Alpine Mainline
33
on:
44
schedule:
5-
- cron: "0 0 * * 2"
5+
- cron: "0 0 * * 1"
66
workflow_dispatch:
77
jobs:
88
core:

.github/workflows/alpine-stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Alpine Stable
33
on:
44
schedule:
5-
- cron: "0 0 * * 2"
5+
- cron: "0 0 * * 1"
66
workflow_dispatch:
77
jobs:
88
core:

.github/workflows/debian-mainline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Debian Mainline
33
on:
44
schedule:
5-
- cron: "0 0 * * 2"
5+
- cron: "0 0 * * 1"
66
workflow_dispatch:
77
jobs:
88
core:

.github/workflows/debian-stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Debian Stable
33
on:
44
schedule:
5-
- cron: "0 0 * * 2"
5+
- cron: "0 0 * * 1"
66
workflow_dispatch:
77
jobs:
88
core:

0 commit comments

Comments
 (0)