mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-07 14:36:43 +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
|
name: Kata Containers Nightly CI
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
cron: '0 0 * * *'
|
- cron: '0 0 * * *'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
COMMIT_HASH: ${GITHUB_REF}
|
COMMIT_HASH: ${GITHUB_REF}
|
||||||
|
Loading…
Reference in New Issue
Block a user