Skip to content

Commit b7ae5e0

Browse files
author
Tony Spataro
committed
Skip tests on push (only on pull_request)
1 parent 5afeb12 commit b7ae5e0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@ name: Test
22

33
on:
44
- pull_request
5-
- push
65

76
jobs:
87
lint:
9-
name: Lint + Type Check
8+
name: Static
109

1110
runs-on: ubuntu-latest
1211

@@ -20,7 +19,7 @@ jobs:
2019
- run: npm run type-check
2120

2221
test:
23-
name: Functional Tests
22+
name: Functional
2423

2524
runs-on: ubuntu-latest
2625

0 commit comments

Comments
 (0)