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