From 91a8903d38214f258e2c2809844fd7249d0bfb6f Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 22 Mar 2021 11:22:11 +0100 Subject: fixes --- .github/workflows/bleeding.yml | 4 ++-- 1 file 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 -- cgit v1.2.3-54-g00ecf