This is an automated email from the ASF dual-hosted git repository.
mbalassi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git
The following commit(s) were added to refs/heads/main by this push:
new 6353f24 [FLINK-26612][hotfix] Correct typo in nightly doc build
schedule
6353f24 is described below
commit 6353f241fdd20233c823e979ac2718c8da64a213
Author: Marton Balassi <[email protected]>
AuthorDate: Thu Mar 17 10:58:02 2022 +0100
[FLINK-26612][hotfix] Correct typo in nightly doc build schedule
---
.github/workflows/docs.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml
index 06b8557..304b8a3 100644
--- a/.github/workflows/docs.yaml
+++ b/.github/workflows/docs.yaml
@@ -17,7 +17,7 @@ name: "Build documentation"
on:
schedule:
# At the end of every day
- - 0 0 * * *
+ - cron: '0 0 * * *'
workflow_dispatch:
jobs:
build-documentation: