From 7ef64dd9a0887fb4aa3b0bee6fceb687b2394277 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Star=C3=BD=20Novotn=C3=BD?= Date: Thu, 15 Feb 2024 12:49:22 +0100 Subject: [PATCH] Build Docker images daily during TeX Live 2024 pretest --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 51c8ff45..71ea14da 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ on: pull_request_target: workflow_dispatch: schedule: - - cron: '30 4 * * MON' + - cron: '30 4 * * *' env: DEBIAN_FRONTEND: noninteractive DOCKER_DEV_IMAGE: ${{ github.event_name == 'pull_request_target' && github.event.pull_request.draft == true }}