summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-03-29 09:44:21 +0200
committerFlorian Bruhin <me@the-compiler.org>2021-03-29 18:44:17 +0200
commite01792717308ab91ff066a08d33bbfee5e7c0590 (patch)
treeeb7670144bab34c8ed86476b1bb810fc51f24e5d /.github
parent32e4bcbf46add93ec09d0ac4306d4f9b111674ae (diff)
downloadqutebrowser-e01792717308ab91ff066a08d33bbfee5e7c0590.tar.gz
qutebrowser-e01792717308ab91ff066a08d33bbfee5e7c0590.zip
ci: Run bleeding-edge CI daily for now
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/bleeding.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/bleeding.yml b/.github/workflows/bleeding.yml
index 84f61b679..4a231d5d1 100644
--- a/.github/workflows/bleeding.yml
+++ b/.github/workflows/bleeding.yml
@@ -3,9 +3,9 @@ name: Bleeding-edge CI
on:
workflow_dispatch:
schedule:
- # Every Monday at 03:05 UTC
- # https://crontab.guru/#05_03_*_*_1
- - cron: '05 03 * * 1'
+ # Every day at 03:05 UTC
+ # https://crontab.guru/#05_03_*_*_*
+ - cron: '05 03 * * *'
jobs:
tests: