Update .gitea/workflows/deploy.yml #9

Merged
woutervermeer merged 1 commits from woutervermeer-patch-4 into main 2026-03-08 14:23:12 +00:00
Showing only changes of commit bac4c56485 - Show all commits

View File

@@ -9,7 +9,6 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
needs: tests # require tests to pass
steps:
- uses: actions/checkout@v3