summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-03-22 11:22:11 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-03-22 11:22:11 +0100
commit91a8903d38214f258e2c2809844fd7249d0bfb6f (patch)
tree02e964cd59d69a17aa9b63a886923cf5ed666f78
parent15d09e8025a73042a73fe3622a5f0e2ddd0a8c34 (diff)
downloadqutebrowser-91a8903d38214f258e2c2809844fd7249d0bfb6f.tar.gz
qutebrowser-91a8903d38214f258e2c2809844fd7249d0bfb6f.zip
fixes
-rw-r--r--.github/workflows/bleeding.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/bleeding.yml b/.github/workflows/bleeding.yml
index d1a0ab3e5..9794b3f7a 100644
--- a/.github/workflows/bleeding.yml
+++ b/.github/workflows/bleeding.yml
@@ -1,4 +1,4 @@
-name: Bleeding-edge test
+name: Bleeding-edge CI
on:
workflow_dispatch:
@@ -32,7 +32,7 @@ jobs:
timeout-minutes: 2
continue-on-error: true
runs-on: ubuntu-20.04
- needs: [docker]
+ needs: [tests]
if: "always() && github.repository == 'qutebrowser/qutebrowser'"
steps:
- name: Send success IRC notification