Skip to content

Commit bdea460

Browse files
committed
refactor(ci): run e2e on go, ts or tf changes
1 parent 6479ff7 commit bdea460

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/coder.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -573,9 +573,8 @@ jobs:
573573

574574
test-e2e:
575575
name: "test/e2e/${{ matrix.os }}"
576-
needs:
577-
- changes
578-
if: needs.changes.outputs.docs-only == 'false'
576+
needs: changes
577+
if: needs.changes.outputs.go == 'true' || needs.changes.outputs.ts == 'true' || needs.changes.outputs.tf == 'true'
579578
runs-on: ${{ matrix.os }}
580579
timeout-minutes: 20
581580
strategy:

0 commit comments

Comments
 (0)