From d19d9c6e308244caee367d1ef61993b1699e42e0 Mon Sep 17 00:00:00 2001 From: Luke Vella Date: Thu, 19 Jan 2023 17:44:02 +0000 Subject: [PATCH] Run docker workflow once a week (#409) --- .github/workflows/docker-image.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 006c5985e..5b78c0427 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -1,9 +1,8 @@ name: Build and publish Docker image on: - push: - branches: - - main workflow_dispatch: + schedule: + - cron: "0 6 * * 1" # Every Monday at 6:00am UTC jobs: publish: