From: Morris Jobke Date: Thu, 20 Aug 2020 10:44:03 +0000 (+0200) Subject: Run update-psalm-baseline action every 5 minutes X-Git-Tag: v20.0.0beta1~24 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ebc80dba789415cedda003baee3af391531860b2;p=nextcloud-server.git Run update-psalm-baseline action every 5 minutes For debugging purposed due to a GitHub bug. See #22325 Signed-off-by: Morris Jobke --- diff --git a/.github/workflows/update-psalm-baseline.yml b/.github/workflows/update-psalm-baseline.yml index 3822cbf1cc1..96e538161bc 100644 --- a/.github/workflows/update-psalm-baseline.yml +++ b/.github/workflows/update-psalm-baseline.yml @@ -2,7 +2,7 @@ name: Update Psalm baseline on: schedule: - - cron: '5 6 * * *' + - cron: '*/5 * * * *' jobs: update-psalm-baseline: