diff --git a/.github/workflows/coder.yaml b/.github/workflows/coder.yaml index 6c0fd7d3c0..6f79fd9b87 100644 --- a/.github/workflows/coder.yaml +++ b/.github/workflows/coder.yaml @@ -573,9 +573,8 @@ jobs: test-e2e: name: "test/e2e/${{ matrix.os }}" - needs: - - changes - if: needs.changes.outputs.docs-only == 'false' + needs: changes + if: needs.changes.outputs.go == 'true' || needs.changes.outputs.ts == 'true' || needs.changes.outputs.tf == 'true' runs-on: ${{ matrix.os }} timeout-minutes: 20 strategy: