From cfdaffce339bfcd80a56de8c3b28c4fcce389ca0 Mon Sep 17 00:00:00 2001 From: Trekkie <111065900+TrekkieCoder@users.noreply.github.com> Date: Sat, 17 Aug 2024 15:32:48 +0900 Subject: [PATCH] chore: Update k3s-calico-ubuntu-24.yml Disable scheduled runs until further testing --- .github/workflows/k3s-calico-ubuntu-24.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/k3s-calico-ubuntu-24.yml b/.github/workflows/k3s-calico-ubuntu-24.yml index f6e492b55..337d3e768 100644 --- a/.github/workflows/k3s-calico-ubuntu-24.yml +++ b/.github/workflows/k3s-calico-ubuntu-24.yml @@ -1,18 +1,18 @@ name: K3s-Calico-Sanity-CI-Ubuntu-24 on: - schedule: + #schedule: # Runs "At 11:00 UTC every day-of-week" - - cron: '0 11 * * *' + #- cron: '0 11 * * *' workflow_dispatch: inputs: testName: description: 'Test Run-Name' required: true default: 'k3s-calico-ubuntu-24' - workflow_run: - workflows: ["Docker-Multi-Arch"] - types: - - completed + #workflow_run: + # workflows: ["Docker-Multi-Arch"] + # types: + # - completed jobs: build: name: k3s-calico-sanity