refactor(ci): run e2e on go, ts or tf changes

This commit is contained in:
Joe Previte
2022-09-28 16:50:08 +00:00
parent 6479ff771c
commit bdea4609a4
+2 -3
View File
@@ -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: