summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-03-22 11:21:44 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-03-22 11:21:44 +0100
commit15d09e8025a73042a73fe3622a5f0e2ddd0a8c34 (patch)
treea028b16cec2868029bad4c5038d22f07ad859b05
parent60e3775160b50721ae6d72ce32feae83df494164 (diff)
downloadqutebrowser-15d09e8025a73042a73fe3622a5f0e2ddd0a8c34.tar.gz
qutebrowser-15d09e8025a73042a73fe3622a5f0e2ddd0a8c34.zip
Revert "WIP time"
This reverts commit 60e3775160b50721ae6d72ce32feae83df494164.
-rw-r--r--.github/workflows/bleeding.yml4
1 files changed, 3 insertions, 1 deletions
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: