summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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