fix(ci): require tests to complete on release

This commit is contained in:
Luke Tainton 2025-01-12 18:56:44 +00:00
parent 0b3651cadb
commit b11dc2397b
Signed by: luke
SSH Key Fingerprint: SHA256:D34npKT7UaiT/7gULqu7EPSLWWVAjTjXf4kKfJ/fQBo

View File

@ -6,6 +6,7 @@ on:
jobs:
test:
name: Test
uses: https://git.tainton.uk/actions/gha-workflows/.gitea/workflows/ci-python-uv-with-docker.yml@main
with:
python-version: 3.13
@ -15,6 +16,7 @@ jobs:
create_release:
name: Create Release
needs: test
uses: https://git.tainton.uk/actions/gha-workflows/.gitea/workflows/create-release.yml@main
create_docker: