Skip to content

Commit 9124b8a

Browse files
authored
Merge pull request #21758 from medyagh/update_crons
CI: Update cron jobs to run on Saturday 1 AM instead of Monday
2 parents 515553f + 02b3082 commit 9124b8a

35 files changed

+70
-70
lines changed

.github/workflows/update-amd-gpu-device-plugin-version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: "update-amd-gpu-device-plugin-version"
22
on:
33
workflow_dispatch:
44
schedule:
5-
# every Monday at around 3 am pacific/10 am UTC
6-
- cron: "0 10 * * 1"
5+
# every Saturday at 1:00 Pacific/8:00 UTC
6+
- cron: "0 8 * * 6"
77
env:
88
GOPROXY: https://proxy.golang.org
99
GO_VERSION: '1.24.6'

.github/workflows/update-calico-version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: "update-calico-version"
22
on:
33
workflow_dispatch:
44
schedule:
5-
# every Monday at around 3 am pacific/10 am UTC
6-
- cron: "0 10 * * 1"
5+
# every Saturday at 1:00 Pacific/8:00 UTC
6+
- cron: "0 8 * * 6"
77
env:
88
GOPROXY: https://proxy.golang.org
99
GO_VERSION: '1.24.6'

.github/workflows/update-cilium-version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: "update-cilium-version"
22
on:
33
workflow_dispatch:
44
schedule:
5-
# every Monday at around 3 am pacific/10 am UTC
6-
- cron: "0 10 * * 1"
5+
# every Saturday at 1:00 Pacific/8:00 UTC
6+
- cron: "0 8 * * 6"
77
env:
88
GOPROXY: https://proxy.golang.org
99
GO_VERSION: '1.24.6'

.github/workflows/update-cloud-spanner-emulator-version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: "update-cloud-spanner-emulator-version"
22
on:
33
workflow_dispatch:
44
schedule:
5-
# every Monday at around 3 am pacific/10 am UTC
6-
- cron: "0 10 * * 1"
5+
# every Saturday at 1:00 Pacific/8:00 UTC
6+
- cron: "0 8 * * 6"
77
env:
88
GOPROXY: https://proxy.golang.org
99
GO_VERSION: '1.24.6'

.github/workflows/update-cni-plugins-version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: "update-cni-plugins-version"
22
on:
33
workflow_dispatch:
44
schedule:
5-
# every Monday at around 3 am pacific/10 am UTC
6-
- cron: "0 10 * * 1"
5+
# every Saturday at 1:00 Pacific/8:00 UTC
6+
- cron: "0 8 * * 6"
77
env:
88
GOPROXY: https://proxy.golang.org
99
GO_VERSION: '1.24.6'

.github/workflows/update-containerd-version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: "update-containerd-version"
22
on:
33
workflow_dispatch:
44
schedule:
5-
# every Monday at around 3 am pacific/10 am UTC
6-
- cron: "0 10 * * 1"
5+
# every Saturday at 1:00 Pacific/8:00 UTC
6+
- cron: "0 8 * * 6"
77
env:
88
GOPROXY: https://proxy.golang.org
99
GO_VERSION: '1.24.6'

.github/workflows/update-cri-dockerd-version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: "update-cri-dockerd-version"
22
on:
33
workflow_dispatch:
44
schedule:
5-
# every Monday at around 3 am pacific/10 am UTC
6-
- cron: "0 10 * * 1"
5+
# every Saturday at 1:00 Pacific/8:00 UTC
6+
- cron: "0 8 * * 6"
77
env:
88
GOPROXY: https://proxy.golang.org
99
GO_VERSION: '1.24.6'

.github/workflows/update-debian-version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: "update-debian-version"
22
on:
33
workflow_dispatch:
44
schedule:
5-
# every Monday at around 3 am pacific/10 am UTC
6-
- cron: "0 10 * * 1"
5+
# every Saturday at 1:00 Pacific/8:00 UTC
6+
- cron: "0 8 * * 6"
77
env:
88
GOPROXY: https://proxy.golang.org
99
GO_VERSION: '1.24.6'

.github/workflows/update-docker-buildx-version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: "update-docker-buildx-version"
22
on:
33
workflow_dispatch:
44
schedule:
5-
# every Monday at around 3 am pacific/10 am UTC
6-
- cron: "0 10 * * 1"
5+
# every Saturday at 1:00 Pacific/8:00 UTC
6+
- cron: "0 8 * * 6"
77
env:
88
GOPROXY: https://proxy.golang.org
99
GO_VERSION: '1.24.6'

.github/workflows/update-docsy-version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: "update-docsy-version"
22
on:
33
workflow_dispatch:
44
schedule:
5-
# every Monday at around 3 am pacific/10 am UTC
6-
- cron: "0 10 * * 1"
5+
# every Saturday at 1:00 Pacific/8:00 UTC
6+
- cron: "0 8 * * 6"
77
env:
88
GOPROXY: https://proxy.golang.org
99
GO_VERSION: '1.24.6'

0 commit comments

Comments
 (0)