diff --git a/sdk_container/src/third_party/coreos-overlay/.github/workflows/containerd-releases-main.yml b/sdk_container/src/third_party/coreos-overlay/.github/workflows/containerd-releases-main.yml index 97fa985d4d..0f330e7033 100644 --- a/sdk_container/src/third_party/coreos-overlay/.github/workflows/containerd-releases-main.yml +++ b/sdk_container/src/third_party/coreos-overlay/.github/workflows/containerd-releases-main.yml @@ -2,6 +2,7 @@ name: Get the latest Containerd release for main on: schedule: - cron: '00 8 * * 5' + workflow_dispatch: jobs: get-containerd-release: diff --git a/sdk_container/src/third_party/coreos-overlay/.github/workflows/docker-releases-main.yml b/sdk_container/src/third_party/coreos-overlay/.github/workflows/docker-releases-main.yml index 992ffd96f5..955c6434eb 100644 --- a/sdk_container/src/third_party/coreos-overlay/.github/workflows/docker-releases-main.yml +++ b/sdk_container/src/third_party/coreos-overlay/.github/workflows/docker-releases-main.yml @@ -2,6 +2,7 @@ name: Get the latest Docker release for main on: schedule: - cron: '35 7 * * 3' + workflow_dispatch: jobs: get-docker-release: diff --git a/sdk_container/src/third_party/coreos-overlay/.github/workflows/firmware-releases-main.yml b/sdk_container/src/third_party/coreos-overlay/.github/workflows/firmware-releases-main.yml index ce908db253..b160fbce67 100644 --- a/sdk_container/src/third_party/coreos-overlay/.github/workflows/firmware-releases-main.yml +++ b/sdk_container/src/third_party/coreos-overlay/.github/workflows/firmware-releases-main.yml @@ -2,6 +2,7 @@ name: Get the latest Linux Firmware release for main on: schedule: - cron: '0 7 * * 4' + workflow_dispatch: jobs: get-firmware-release: diff --git a/sdk_container/src/third_party/coreos-overlay/.github/workflows/go-releases-main.yml b/sdk_container/src/third_party/coreos-overlay/.github/workflows/go-releases-main.yml index f0ea344555..ee8a5fa3cc 100644 --- a/sdk_container/src/third_party/coreos-overlay/.github/workflows/go-releases-main.yml +++ b/sdk_container/src/third_party/coreos-overlay/.github/workflows/go-releases-main.yml @@ -2,6 +2,7 @@ name: Get the latest Go release for main on: schedule: - cron: '15 7 * * 1' + workflow_dispatch: jobs: get-go-release: diff --git a/sdk_container/src/third_party/coreos-overlay/.github/workflows/kernel-releases-alpha.yml b/sdk_container/src/third_party/coreos-overlay/.github/workflows/kernel-releases-alpha.yml index 83bcda50e7..637933f9db 100644 --- a/sdk_container/src/third_party/coreos-overlay/.github/workflows/kernel-releases-alpha.yml +++ b/sdk_container/src/third_party/coreos-overlay/.github/workflows/kernel-releases-alpha.yml @@ -2,6 +2,7 @@ name: Get the latest Kernel release for the Alpha maintenance branch on: schedule: - cron: '0 7 * * *' + workflow_dispatch: jobs: get-kernel-release: diff --git a/sdk_container/src/third_party/coreos-overlay/.github/workflows/kernel-releases-beta.yml b/sdk_container/src/third_party/coreos-overlay/.github/workflows/kernel-releases-beta.yml index 698f5b6a4d..e6fc6dc1b9 100644 --- a/sdk_container/src/third_party/coreos-overlay/.github/workflows/kernel-releases-beta.yml +++ b/sdk_container/src/third_party/coreos-overlay/.github/workflows/kernel-releases-beta.yml @@ -2,6 +2,7 @@ name: Get the latest Kernel release for the Beta maintenance branch on: schedule: - cron: '0 7 * * *' + workflow_dispatch: jobs: get-kernel-release: diff --git a/sdk_container/src/third_party/coreos-overlay/.github/workflows/kernel-releases-lts-2021.yml b/sdk_container/src/third_party/coreos-overlay/.github/workflows/kernel-releases-lts-2021.yml index 637cb0aea7..b8c923e4c4 100644 --- a/sdk_container/src/third_party/coreos-overlay/.github/workflows/kernel-releases-lts-2021.yml +++ b/sdk_container/src/third_party/coreos-overlay/.github/workflows/kernel-releases-lts-2021.yml @@ -2,6 +2,7 @@ name: Get the latest Kernel release for the LTS-2021 maintenance branch on: schedule: - cron: '0 7 * * *' + workflow_dispatch: jobs: get-kernel-release: diff --git a/sdk_container/src/third_party/coreos-overlay/.github/workflows/kernel-releases-main.yml b/sdk_container/src/third_party/coreos-overlay/.github/workflows/kernel-releases-main.yml index 512e216d1a..88cca66263 100644 --- a/sdk_container/src/third_party/coreos-overlay/.github/workflows/kernel-releases-main.yml +++ b/sdk_container/src/third_party/coreos-overlay/.github/workflows/kernel-releases-main.yml @@ -2,6 +2,7 @@ name: Get the latest Kernel release for main on: schedule: - cron: '0 7 * * *' + workflow_dispatch: jobs: get-kernel-release: diff --git a/sdk_container/src/third_party/coreos-overlay/.github/workflows/kernel-releases-stable.yml b/sdk_container/src/third_party/coreos-overlay/.github/workflows/kernel-releases-stable.yml index c1ba71fdc5..f5917eb7d8 100644 --- a/sdk_container/src/third_party/coreos-overlay/.github/workflows/kernel-releases-stable.yml +++ b/sdk_container/src/third_party/coreos-overlay/.github/workflows/kernel-releases-stable.yml @@ -2,6 +2,7 @@ name: Get the latest Kernel release for the Stable maintenance branch on: schedule: - cron: '0 7 * * *' + workflow_dispatch: jobs: get-kernel-release: diff --git a/sdk_container/src/third_party/coreos-overlay/.github/workflows/runc-releases-main.yml b/sdk_container/src/third_party/coreos-overlay/.github/workflows/runc-releases-main.yml index 0204ea4548..5034ccf484 100644 --- a/sdk_container/src/third_party/coreos-overlay/.github/workflows/runc-releases-main.yml +++ b/sdk_container/src/third_party/coreos-overlay/.github/workflows/runc-releases-main.yml @@ -2,6 +2,7 @@ name: Get the latest Runc release for main on: schedule: - cron: '50 7 * * 4' + workflow_dispatch: jobs: get-runc-release: diff --git a/sdk_container/src/third_party/coreos-overlay/.github/workflows/rust-release-main.yml b/sdk_container/src/third_party/coreos-overlay/.github/workflows/rust-release-main.yml index cc8be8cc43..074d0064d2 100644 --- a/sdk_container/src/third_party/coreos-overlay/.github/workflows/rust-release-main.yml +++ b/sdk_container/src/third_party/coreos-overlay/.github/workflows/rust-release-main.yml @@ -2,6 +2,7 @@ name: Get the latest Rust release for main on: schedule: - cron: '20 7 * * 2' + workflow_dispatch: jobs: get-rust-release: diff --git a/sdk_container/src/third_party/coreos-overlay/.github/workflows/vmware-releases-main.yml b/sdk_container/src/third_party/coreos-overlay/.github/workflows/vmware-releases-main.yml index 6b5061220f..0542030410 100644 --- a/sdk_container/src/third_party/coreos-overlay/.github/workflows/vmware-releases-main.yml +++ b/sdk_container/src/third_party/coreos-overlay/.github/workflows/vmware-releases-main.yml @@ -2,6 +2,7 @@ name: Get the latest open-vm-tools release for main on: schedule: - cron: '0 7 * * 3' + workflow_dispatch: jobs: get-vmware-release: