mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-01 03:46:34 +00:00
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:
parent
5c0269dc5a
commit
8a0a66655d
2
.github/workflows/ci-nightly.yaml
vendored
2
.github/workflows/ci-nightly.yaml
vendored
@ -1,7 +1,7 @@
|
||||
name: Kata Containers Nightly CI
|
||||
on:
|
||||
schedule:
|
||||
cron: '0 0 * * *'
|
||||
- cron: '0 0 * * *'
|
||||
|
||||
env:
|
||||
COMMIT_HASH: ${GITHUB_REF}
|
||||
|
Loading…
Reference in New Issue
Block a user