diff --git a/.gitea/workflows/main.yml b/.gitea/workflows/main.yml index cffb04f2..9a5db018 100644 --- a/.gitea/workflows/main.yml +++ b/.gitea/workflows/main.yml @@ -25,7 +25,7 @@ jobs: deploy: runs-on: ubuntu-latest - needs: test # Ensure 'test' job is completed before deploying + needs: test steps: - name: Cloning repo uses: actions/checkout@v2