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: