From e5b373dd105337ad28045761b0d2a7d743e4f985 Mon Sep 17 00:00:00 2001 From: Hamish Coleman Date: Sun, 31 Oct 2021 15:11:03 +0000 Subject: [PATCH] With the better release gating, we dont need to check if the job can run (also allows more debug info output) --- .github/workflows/tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 566a28c..17bc0cf 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -485,7 +485,6 @@ jobs: # upload_release: name: Upload Release Assets - if: startsWith(github.ref, 'refs/tags/') needs: - package_dpkg - package_rpm