diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 58c5e58..22a895b 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -109,7 +109,7 @@ jobs: deploy: name: Deploy to S1 + S2 if: github.event_name == 'push' && github.ref == 'refs/heads/main' - needs: [lint, build, secret-scan] + needs: [build, secret-scan] runs-on: ubuntu-latest steps: - uses: actions/checkout@v3