fix(release): remove testing on release
Some checks failed
Release / Create Release (push) Successful in 11s
Release / Build Wheel File (push) Has been skipped
Release / Publish to PyPI (push) Has been skipped
Release / Print Release (push) Failing after 5s
Release / Publish Docker Images (push) Failing after 1m23s

This commit is contained in:
Luke Tainton 2025-01-16 23:39:26 +00:00
parent f2a57fe10d
commit 6f7c3321d0
Signed by: luke
SSH Key Fingerprint: SHA256:D34npKT7UaiT/7gULqu7EPSLWWVAjTjXf4kKfJ/fQBo

View File

@ -5,18 +5,18 @@ on:
- cron: "0 9 * * 0" - cron: "0 9 * * 0"
jobs: jobs:
test: # test:
name: Test # name: Test
uses: https://git.tainton.uk/public/pypilot/.gitea/workflows/ci.yml@main # uses: https://git.tainton.uk/public/pypilot/.gitea/workflows/ci.yml@main
with: # with:
python-version: 3.13 # python-version: 3.13
secrets: # secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} # SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} # SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
create_release: create_release:
name: Create Release name: Create Release
needs: test # needs: test
uses: https://git.tainton.uk/actions/gha-workflows/.gitea/workflows/create-release.yml@main uses: https://git.tainton.uk/actions/gha-workflows/.gitea/workflows/create-release.yml@main
secrets: secrets:
ACTIONS_TOKEN: ${{ secrets.ACTIONS_TOKEN }} ACTIONS_TOKEN: ${{ secrets.ACTIONS_TOKEN }}