From 15d09e8025a73042a73fe3622a5f0e2ddd0a8c34 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 22 Mar 2021 11:21:44 +0100 Subject: Revert "WIP time" This reverts commit 60e3775160b50721ae6d72ce32feae83df494164. --- .github/workflows/bleeding.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/bleeding.yml b/.github/workflows/bleeding.yml index 8f1abc635..d1a0ab3e5 100644 --- a/.github/workflows/bleeding.yml +++ b/.github/workflows/bleeding.yml @@ -3,7 +3,9 @@ name: Bleeding-edge test on: workflow_dispatch: schedule: - - cron: '21 10 * * *' + # Every Monday at 03:05 UTC + # https://crontab.guru/#05_03_*_*_1 + - cron: '05 03 * * 1' jobs: tests: -- cgit v1.2.3-54-g00ecf