From cdfafc4db2983e42816e30fcbf8dd4ba26b829d8 Mon Sep 17 00:00:00 2001 From: Kingdon P Barrett Date: Thu, 28 Mar 2024 09:13:00 -0400 Subject: [PATCH] Schedule is invalid https://github.com/fluxcd/community/actions/runs/8467767683 Invalid workflow file `schedule` accepts a list of one or more maps with the `cron` key set (This should fix it) Signed-off-by: Kingdon P Barrett --- .github/workflows/update-kubecon.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-kubecon.yaml b/.github/workflows/update-kubecon.yaml index bfeaa16c..aa25f256 100644 --- a/.github/workflows/update-kubecon.yaml +++ b/.github/workflows/update-kubecon.yaml @@ -1,6 +1,6 @@ name: Update Kubecon.md on: - schedule: + # schedule: [] # - cron: '0 */6 * * *' workflow_dispatch: jobs: