diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index c193b6a..4fd723b 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -90,7 +90,7 @@ jobs: merge-to-testing: name: Merge dev → testing runs-on: ubuntu-latest - needs: [test-fuzz] + needs: [test-standard, test-live, test-fuzz] if: github.ref == 'refs/heads/dev' steps: - uses: actions/checkout@v4 @@ -111,7 +111,7 @@ jobs: prepare-merge-to-main: name: Prepare Merge to Main runs-on: ubuntu-latest - needs: [test-fuzz] + needs: [test-standard, test-live, test-fuzz] if: github.ref == 'refs/heads/testing' steps: - uses: actions/checkout@v4 @@ -133,7 +133,7 @@ jobs: finalize-merge-to-main: name: Finalize Merge to Main runs-on: ubuntu-latest - needs: [test-fuzz] + needs: [test-standard, test-live, test-fuzz] if: startsWith(github.ref, 'refs/heads/temp/merge-') steps: - uses: actions/checkout@v4