Skip to content

Commit bc78f9c

Browse files
author
Orta Therox
authored
Merge pull request microsoft#1063 from microsoft/dont_run_ts_tests
Don't run the TS tests unless baselines change
2 parents c6fb091 + fba91bd commit bc78f9c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/test_typescript.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
name: Runs with TypeScript Tests
2-
on: [push, pull_request]
2+
on:
3+
push:
4+
paths:
5+
- "baselines/*"
6+
pull_request:
7+
paths:
8+
- "baselines/*"
9+
310

411
jobs:
512
test:

0 commit comments

Comments
 (0)