ci: Do not run the test artifacts job on tags

The release job will run and extract the artifacts in the same way, so
running the test job would be redundant.
docker-retention v7.1.0
Robert Dailey 6 months ago
parent 9329e0175f
commit 8f908556de

@ -131,6 +131,7 @@ jobs:
test-artifact-download:
name: Test Artifact Download
runs-on: ubuntu-latest
if: "!startsWith(github.ref, 'refs/tags/v')"
needs:
- build-win
- build-linux

Loading…
Cancel
Save