gha: ci: schedule expects a list, not a map

And because of that we need to declare '- cron', instead of 'cron'.

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
Fabiano Fidêncio 2023-07-06 21:54:33 +02:00
parent 5c0269dc5a
commit 8a0a66655d

View File

@ -1,7 +1,7 @@
name: Kata Containers Nightly CI
on:
schedule:
cron: '0 0 * * *'
- cron: '0 0 * * *'
env:
COMMIT_HASH: ${GITHUB_REF}