aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/update-psalm-baseline.yml2
1 files changed, 1 insertions, 1 deletions
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: