Skip to content

Commit 977751b

Browse files
authored
ci: make working on docs faster (#10163)
### Description This globbing syntax refuses to work how I want it to, no matter how hard I try. I'm just going to swap the order for now so I can work on docs fast without running all our 20 minute checks. (This will make working on examples slow again, but that's a tradeoff I'm willing to make at this time.)
1 parent b9833f2 commit 977751b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/turborepo-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- "turborepo-tests/example-with-svelte-*/**"
5757
- "turborepo-tests/helpers/**"
5858
rest:
59-
- "!(docs/**|examples/**)**"
59+
- "!(examples/**|docs/**)**"
6060
6161
integration:
6262
name: Turborepo Integration

0 commit comments

Comments
 (0)