From a0330912b5d1f7c151745bbfa46bb6fa9a8a1f5b Mon Sep 17 00:00:00 2001 From: Ivaylo Badinov Date: Mon, 15 Jan 2024 19:01:07 +0200 Subject: [PATCH] fix yaml syntax --- .github/workflows/pending-reviews.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pending-reviews.yaml b/.github/workflows/pending-reviews.yaml index caee6afcb3..29ba28877f 100644 --- a/.github/workflows/pending-reviews.yaml +++ b/.github/workflows/pending-reviews.yaml @@ -2,7 +2,7 @@ name: Pending reviews automation on: # We run it on a schedule instead of on pull_request_* events to not create confusing messaging in the PR schedule: - #- cron: "*/10 * * * *" + - cron: "*/10 * * * *" concurrency: ${{ github.workflow }} jobs: bot: