diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index d22abc6c92..c757721a9c 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -64,10 +64,6 @@ jobs: key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }} restore-keys: | ${{ runner.os }}-gradle- - - uses: actions/checkout@v2 - with: - repository: matrix-org/synapse - ref: develop - name: Start synapse server run: | python3 -m venv .synapse