From e0936e3d6aae41360b54dd6161941009e429324c Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Thu, 26 Mar 2020 22:46:13 +0100 Subject: [PATCH] workflows: remove hello --- .github/workflows/test.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4e12fe8..13c1d15 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,6 @@ jobs: - termshark - deber - lazygit - - hello include: - package: openssl repo: https://salsa.debian.org/debian/openssl.git @@ -30,9 +29,6 @@ jobs: - package: lazygit repo: https://github.com/dawidd6/lazygit-debian.git ref: ubuntu/0.16.2-1 - - package: hello - repo: https://git.launchpad.net/ubuntu/+source/hello - ref: applied/2.10-1build3 steps: - name: Checkout code uses: actions/checkout@v2