From 09a4ff1e54d2649d8a3151c0b3b3489e9ad52b4f Mon Sep 17 00:00:00 2001 From: Till Faelligen <2353100+S7evinK@users.noreply.github.com> Date: Wed, 30 Nov 2022 14:41:35 +0100 Subject: [PATCH] Revert changes --- .github/workflows/dendrite.yml | 7 ------- .github/workflows/schedules.yaml | 7 ------- 2 files changed, 14 deletions(-) diff --git a/.github/workflows/dendrite.yml b/.github/workflows/dendrite.yml index 3dda614b7..f7285c136 100644 --- a/.github/workflows/dendrite.yml +++ b/.github/workflows/dendrite.yml @@ -312,7 +312,6 @@ jobs: image: matrixdotorg/sytest-dendrite:latest volumes: - ${{ github.workspace }}:/src - - ${{ github.workspace }}/sytest:/sytest - /root/.cache/go-build:/github/home/.cache/go-build - /root/.cache/go-mod:/gopath/pkg/mod env: @@ -322,12 +321,6 @@ jobs: CGO_ENABLED: ${{ matrix.cgo && 1 }} steps: - uses: actions/checkout@v3 - - name: Checkout matrix-org/sytest:dendrite - uses: actions/checkout@v3 - with: - path: sytest - repository: matrix-org/sytest - ref: dendrite - uses: actions/cache@v3 with: path: | diff --git a/.github/workflows/schedules.yaml b/.github/workflows/schedules.yaml index eeb2485e1..d2a1f6e1f 100644 --- a/.github/workflows/schedules.yaml +++ b/.github/workflows/schedules.yaml @@ -34,7 +34,6 @@ jobs: image: matrixdotorg/sytest-dendrite:latest volumes: - ${{ github.workspace }}:/src - - ${{ github.workspace }}/sytest:/sytest - /root/.cache/go-build:/github/home/.cache/go-build - /root/.cache/go-mod:/gopath/pkg/mod env: @@ -44,12 +43,6 @@ jobs: RACE_DETECTION: 1 steps: - uses: actions/checkout@v3 - - name: Checkout matrix-org/sytest:dendrite - uses: actions/checkout@v3 - with: - path: sytest - repository: matrix-org/sytest - ref: dendrite - uses: actions/cache@v3 with: path: |