From 269f62615fe14ee3b46c40709ba428037a490384 Mon Sep 17 00:00:00 2001 From: szaimen Date: Mon, 28 Feb 2022 18:13:26 +0100 Subject: [PATCH] update psalm container regularly Signed-off-by: szaimen --- .github/workflows/create-psalm-container.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/create-psalm-container.yml b/.github/workflows/create-psalm-container.yml index d2bfa129..65a8368b 100644 --- a/.github/workflows/create-psalm-container.yml +++ b/.github/workflows/create-psalm-container.yml @@ -2,7 +2,9 @@ name: Create Psalm Container on: workflow_dispatch: - + schedule: + - cron: '5 4 * * *' + jobs: push_to_registry: runs-on: ubuntu-latest