Browse Source

With the better release gating, we dont need to check if the job can run (also allows more debug info output)

pull/883/head
Hamish Coleman 3 years ago
parent
commit
e5b373dd10
  1. 1
      .github/workflows/tests.yml

1
.github/workflows/tests.yml

@ -485,7 +485,6 @@ jobs:
# #
upload_release: upload_release:
name: Upload Release Assets name: Upload Release Assets
if: startsWith(github.ref, 'refs/tags/')
needs: needs:
- package_dpkg - package_dpkg
- package_rpm - package_rpm

Loading…
Cancel
Save