From 3b92499cbc9d8e18c73a06693f6f7a091950cda4 Mon Sep 17 00:00:00 2001
From: Claire <claire.github-309c@sitedethib.com>
Date: Tue, 11 Jul 2023 19:52:37 +0200
Subject: [PATCH] Fix incorrect syntax in Github action configuration (#25918)

---
 .github/workflows/rebase-needed.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/rebase-needed.yml b/.github/workflows/rebase-needed.yml
index 982d71b49a..295039c414 100644
--- a/.github/workflows/rebase-needed.yml
+++ b/.github/workflows/rebase-needed.yml
@@ -2,7 +2,7 @@ name: PR Needs Rebase
 
 on:
   schedule:
-    cron: '0 * * * *'
+    - cron: '0 * * * *'
 
 permissions:
   pull-requests: write
-- 
GitLab