From d6543c042f86050f2156f8be741af6b2f24a3f80 Mon Sep 17 00:00:00 2001 From: Presley Pizzo <1290996+presleyp@users.noreply.github.com> Date: Fri, 13 Jan 2023 11:35:18 -0500 Subject: [PATCH] chore: skip e2e tests (#5711) * Skip e2e tests * Skip with if --- .github/workflows/coder.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coder.yaml b/.github/workflows/coder.yaml index 1f83de2cee..c5924dfe12 100644 --- a/.github/workflows/coder.yaml +++ b/.github/workflows/coder.yaml @@ -617,7 +617,7 @@ jobs: name: "test/e2e/${{ matrix.os }}" needs: - changes - if: needs.changes.outputs.docs-only == 'false' + if: false #needs.changes.outputs.docs-only == 'false' runs-on: ${{ matrix.os }} timeout-minutes: 20 strategy: