Skip to content

Commit

Permalink
Schedule is invalid
Browse files Browse the repository at this point in the history
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 <kingdon@tuesdaystudios.com>
  • Loading branch information
kingdonb committed Apr 9, 2024
1 parent 62a4c8e commit cdfafc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-kubecon.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Update Kubecon.md
on:
schedule:
# schedule: []
# - cron: '0 */6 * * *'
workflow_dispatch:
jobs:
Expand Down

0 comments on commit cdfafc4

Please sign in to comment.