From b1fd79d720697f54014888874f11aa7befed7abe Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 14 May 2024 06:37:10 +0200 Subject: [PATCH] Schedule devcontainer pre-built to Sunday morning --- .github/workflows/devcontainer-build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/devcontainer-build.yml b/.github/workflows/devcontainer-build.yml index 6d0a2a482..e3b510b03 100644 --- a/.github/workflows/devcontainer-build.yml +++ b/.github/workflows/devcontainer-build.yml @@ -2,6 +2,8 @@ name: Devcontainer Pre-Build on: workflow_dispatch: + schedule: + - cron: "0 3 * * 0" # push: # branches: # - "master"